diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-05-28 00:29:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 20:28:39 +0200 |
commit | 5210f866332b4b16fbb4df4e26797bf47d37f1a3 (patch) | |
tree | f0a5013f2f6b17ce76fc62a0f7a32f31ecd2c8b4 /meta-oe/recipes-connectivity/connman | |
parent | 3a72139c65b23a3cbc120f582c266e5dcae9261b (diff) | |
download | meta-openembedded-5210f866332b4b16fbb4df4e26797bf47d37f1a3.tar.gz |
connman: add gnutls to depends and move iptables dependency also to .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/connman')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman.inc | 2 | ||||
-rw-r--r-- | meta-oe/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 0a662d804..7edef34c5 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 \ | |||
14 | file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" | 14 | file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" |
15 | 15 | ||
16 | # we need to define the depends here, the dynamic stuff is too late | 16 | # we need to define the depends here, the dynamic stuff is too late |
17 | DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4" | 17 | DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls" |
18 | 18 | ||
19 | EXTRA_OECONF += "\ | 19 | EXTRA_OECONF += "\ |
20 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ | 20 | 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 3d0815fb6..6ef430283 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 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | # connman requires libXtables now | ||
3 | DEPENDS += "iptables" | ||
4 | PR = "r1" | 2 | PR = "r1" |
5 | 3 | ||
6 | EXTRA_OECONF += "\ | 4 | EXTRA_OECONF += "\ |