diff options
| -rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 480b59cb5c..e86bd9fa38 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
| @@ -30,6 +30,9 @@ do_install_append() { | |||
| 30 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman | 30 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | PACKAGES += "${PN}-scripts" | ||
| 34 | RDEPENDS_${PN}-scripts += "python" | ||
| 35 | |||
| 33 | PACKAGES_DYNAMIC = "${PN}-plugin-*" | 36 | PACKAGES_DYNAMIC = "${PN}-plugin-*" |
| 34 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 37 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
| 35 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 38 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
| @@ -37,7 +40,6 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | |||
| 37 | ${datadir}/pixmaps ${datadir}/applications \ | 40 | ${datadir}/pixmaps ${datadir}/applications \ |
| 38 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 41 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |
| 39 | ${libdir}/bonobo/servers \ | 42 | ${libdir}/bonobo/servers \ |
| 40 | ${libdir}/${PN}/test/* \ | ||
| 41 | ${datadir}/dbus-1/system-services/* \ | 43 | ${datadir}/dbus-1/system-services/* \ |
| 42 | ${libdir}/connman/scripts/dhclient*" | 44 | ${libdir}/connman/scripts/dhclient*" |
| 43 | FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ | 45 | FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ |
| @@ -45,6 +47,8 @@ FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ | |||
| 45 | 47 | ||
| 46 | FILES_${PN}-dev += "${libdir}/connman/plugins/*.la" | 48 | FILES_${PN}-dev += "${libdir}/connman/plugins/*.la" |
| 47 | 49 | ||
| 50 | FILES_${PN}-scripts += "${libdir}/${PN}/test/*" | ||
| 51 | |||
| 48 | python populate_packages_prepend() { | 52 | python populate_packages_prepend() { |
| 49 | prefix = (d.getVar("MLPREFIX", True) or "") | 53 | prefix = (d.getVar("MLPREFIX", True) or "") |
| 50 | depmap = dict( wifi=prefix+"wpa-supplicant", bluetooth=prefix+"bluez4", ofono=prefix+"ofono" ) | 54 | depmap = dict( wifi=prefix+"wpa-supplicant", bluetooth=prefix+"bluez4", ofono=prefix+"ofono" ) |
