[oe-commits] Martin Jansa : connman: add gnutls to depends and move iptables dependency also to .inc file

git version control git at git.openembedded.org
Fri May 27 18:29:24 UTC 2011


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat May 28 00:29:14 2011 +0000

connman: add gnutls to depends and move iptables dependency also to .inc file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-connectivity/connman/connman.inc   |    2 +-
 .../recipes-connectivity/connman/connman_0.73.bb   |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc
index 0a662d8..7edef34 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
 
 # we need to define the depends here, the dynamic stuff is too late
-DEPENDS  = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4"
+DEPENDS  = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls"
 
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.73.bb b/meta-oe/recipes-connectivity/connman/connman_0.73.bb
index 3d0815f..6ef4302 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.73.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.73.bb
@@ -1,6 +1,4 @@
 require connman.inc
-# connman requires libXtables now
-DEPENDS += "iptables"
 PR = "r1"
 
 EXTRA_OECONF += "\





More information about the Openembedded-commits mailing list