mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 19:27:13 +00:00
ecore: add gnutls to DEPENDS
* we explicitly disable openssl, but gnutls is autodetected http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=7c2972a614cb2811962b95e1f0398cf07aafb7a0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2645400f7c
commit
9e01451f6e
@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Ecore is the Enlightenment application framework library"
|
DESCRIPTION = "Ecore is the Enlightenment application framework library"
|
||||||
LICENSE = "MIT BSD"
|
LICENSE = "MIT BSD"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886"
|
||||||
DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \
|
DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \
|
||||||
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
|
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
|
||||||
DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
||||||
# optional
|
# optional
|
||||||
@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
|||||||
inherit efl gettext
|
inherit efl gettext
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
touch ${S}/po/Makefile.in.in || true
|
touch ${S}/po/Makefile.in.in || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user