[oe-commits] Martin Jansa : ecore: add gnutls to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 18:10:58 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 9e01451f6efe5dd8481a1fbabe350cbde8d3c881
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9e01451f6efe5dd8481a1fbabe350cbde8d3c881

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug  5 10:27:23 2012 +0200

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 at gmail.com>

---

 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 e2fff0e..1c8da18 100644
--- a/meta-efl/recipes-efl/efl/ecore.inc
+++ b/meta-efl/recipes-efl/efl/ecore.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Ecore is the Enlightenment application framework library"
 LICENSE = "MIT BSD"
 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"
 DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
 # optional
@@ -10,7 +10,7 @@ DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
 inherit efl gettext
 
 BBCLASSEXTEND = "native"
-INC_PR = "r0"
+INC_PR = "r1"
 
 do_configure_prepend() {
     touch ${S}/po/Makefile.in.in || true





More information about the Openembedded-commits mailing list