diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-13 09:52:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-13 12:28:49 +0200 |
commit | e8636471d26edce61803b004118b5cce13eaa9aa (patch) | |
tree | 143fc23a3775cec0dbb8703c7dab946777215ffb /meta-oe/recipes-connectivity/connman/connman.inc | |
parent | 7a8b1010e850b0338f05eacf181e78462355eac6 (diff) | |
download | meta-openembedded-e8636471d26edce61803b004118b5cce13eaa9aa.tar.gz |
connman: update to 0.75
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 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index c0cdf7b4c..1022ce700 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc | |||
@@ -43,10 +43,15 @@ do_compile_append() { | |||
43 | do_install_append() { | 43 | do_install_append() { |
44 | install -d ${D}${sysconfdir}/init.d | 44 | install -d ${D}${sysconfdir}/init.d |
45 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman | 45 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman |
46 | |||
47 | install -d ${D}${bindir} | ||
48 | install -m 0755 ${S}/tools/*-test ${D}${bindir} | ||
49 | install -m 0755 ${S}/tools/wispr ${D}${bindir} | ||
50 | install -m 0755 ${S}/tools/wifi-scan ${D}${bindir} | ||
46 | } | 51 | } |
47 | 52 | ||
48 | python populate_packages_prepend() { | 53 | python populate_packages_prepend() { |
49 | depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4", ntpd="ntp" ) | 54 | depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4", ntpd="ntp", ofono="ofono" ) |
50 | packages = [] | 55 | packages = [] |
51 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) | 56 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) |
52 | plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d) | 57 | plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d) |
@@ -62,8 +67,10 @@ python populate_packages_prepend() { | |||
62 | 67 | ||
63 | PACKAGES_DYNAMIC = "${PN}-plugin-*" | 68 | PACKAGES_DYNAMIC = "${PN}-plugin-*" |
64 | 69 | ||
65 | PACKAGES += "${PN}-scripts ${PN}-test-utils" | 70 | PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests" |
66 | 71 | ||
72 | FILES_${PN}-tools = "${bindir}/wispr ${bindir}/wifi-scan" | ||
73 | FILES_${PN{-tests = "${bindir}/*-test" | ||
67 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 74 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
68 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 75 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
69 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ | 76 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ |
@@ -97,8 +104,6 @@ pkg_postrm_connman-systemd() { | |||
97 | # Needed when using DNS proxy feature | 104 | # Needed when using DNS proxy feature |
98 | RRECOMMENDS_${PN} += "dnsmasq-dbus" | 105 | RRECOMMENDS_${PN} += "dnsmasq-dbus" |
99 | 106 | ||
100 | FILES_${PN}-test-utils += "${libdir}/connman/test/*" | ||
101 | |||
102 | FILES_${PN}-scripts += "${libdir}/connman/scripts" | 107 | FILES_${PN}-scripts += "${libdir}/connman/scripts" |
103 | FILES_${PN}-dbg += "${libdir}/connman/*/.debug" | 108 | FILES_${PN}-dbg += "${libdir}/connman/*/.debug" |
104 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" | 109 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" |