mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
|
|||||||
file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
|
file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
|
||||||
|
|
||||||
# we need to define the depends here, the dynamic stuff is too late
|
# 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 += "\
|
EXTRA_OECONF += "\
|
||||||
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
|
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
require connman.inc
|
require connman.inc
|
||||||
# connman requires libXtables now
|
|
||||||
DEPENDS += "iptables"
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
|
|||||||
Reference in New Issue
Block a user