diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 09:13:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 09:13:00 +0200 |
commit | 037a063303d35c2fab8097d977aa5625c916c565 (patch) | |
tree | a25b24c176deb76fa3adb94f89a139bb3eedc6e6 /meta-oe/recipes-connectivity/connman/connman.inc | |
parent | ed90232e311fa36eabd3f51bbf6aaaf99a7d24e2 (diff) | |
download | meta-openembedded-037a063303d35c2fab8097d977aa5625c916c565.tar.gz |
connman: update to 0.76
The libnl patch isn't needed anymore, the wifi-scan util is gone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index 1022ce700..265212552 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 iptables gnutls ntp" | 17 | DEPENDS = "wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls ntp" |
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 \ |
@@ -47,7 +47,6 @@ do_install_append() { | |||
47 | install -d ${D}${bindir} | 47 | install -d ${D}${bindir} |
48 | install -m 0755 ${S}/tools/*-test ${D}${bindir} | 48 | install -m 0755 ${S}/tools/*-test ${D}${bindir} |
49 | install -m 0755 ${S}/tools/wispr ${D}${bindir} | 49 | install -m 0755 ${S}/tools/wispr ${D}${bindir} |
50 | install -m 0755 ${S}/tools/wifi-scan ${D}${bindir} | ||
51 | } | 50 | } |
52 | 51 | ||
53 | python populate_packages_prepend() { | 52 | python populate_packages_prepend() { |
@@ -69,7 +68,7 @@ PACKAGES_DYNAMIC = "${PN}-plugin-*" | |||
69 | 68 | ||
70 | PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests" | 69 | PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests" |
71 | 70 | ||
72 | FILES_${PN}-tools = "${bindir}/wispr ${bindir}/wifi-scan" | 71 | FILES_${PN}-tools = "${bindir}/wispr" |
73 | FILES_${PN{-tests = "${bindir}/*-test" | 72 | FILES_${PN{-tests = "${bindir}/*-test" |
74 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 73 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
75 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 74 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |