diff options
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.75.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ccff573568..916f8ad7ff 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -38,6 +38,8 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | |||
38 | FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ | 38 | FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ |
39 | ${libdir}/connman/scripts/.debug" | 39 | ${libdir}/connman/scripts/.debug" |
40 | 40 | ||
41 | FILES_${PN}-dev += "${libdir}/connman/plugins/*.la" | ||
42 | |||
41 | python populate_packages_prepend() { | 43 | python populate_packages_prepend() { |
42 | depmap = dict( wifi="wpa-supplicant", bluetooth="bluez4", ofono="ofono" ) | 44 | depmap = dict( wifi="wpa-supplicant", bluetooth="bluez4", ofono="ofono" ) |
43 | packages = [] | 45 | packages = [] |
diff --git a/meta/recipes-connectivity/connman/connman_0.75.bb b/meta/recipes-connectivity/connman/connman_0.75.bb index 75ef5b54b6..aeff439e88 100644 --- a/meta/recipes-connectivity/connman/connman_0.75.bb +++ b/meta/recipes-connectivity/connman/connman_0.75.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require connman.inc | 1 | require connman.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | EXTRA_OECONF += "\ | 4 | EXTRA_OECONF += "\ |
5 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ | 5 | ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ |