diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-05 10:27:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:42 +0200 |
commit | 9e01451f6efe5dd8481a1fbabe350cbde8d3c881 (patch) | |
tree | 5145f39ae1cdbd95f801b6a5d5fd2a67adc40862 /meta-efl | |
parent | 2645400f7cd7582012fd25298204e4cfa12639db (diff) | |
download | meta-openembedded-9e01451f6efe5dd8481a1fbabe350cbde8d3c881.tar.gz |
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>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/ecore.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc index e2fff0ea2..1c8da1822 100644 --- a/meta-efl/recipes-efl/efl/ecore.inc +++ b/meta-efl/recipes-efl/efl/ecore.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" | 1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" |
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" |
4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \ | 4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \ |
5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" | 5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" |
6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" | 6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" |
7 | # optional | 7 | # optional |
@@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native" | |||
10 | inherit efl gettext | 10 | inherit efl gettext |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | INC_PR = "r0" | 13 | INC_PR = "r1" |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | touch ${S}/po/Makefile.in.in || true | 16 | touch ${S}/po/Makefile.in.in || true |