diff options
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 916f8ad7ff..a72c34a183 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -41,7 +41,8 @@ FILES_${PN}-dbg += "${libdir}/connman/plugins/.debug \ | |||
41 | FILES_${PN}-dev += "${libdir}/connman/plugins/*.la" | 41 | FILES_${PN}-dev += "${libdir}/connman/plugins/*.la" |
42 | 42 | ||
43 | python populate_packages_prepend() { | 43 | python populate_packages_prepend() { |
44 | depmap = dict( wifi="wpa-supplicant", bluetooth="bluez4", ofono="ofono" ) | 44 | prefix = (d.getVar("MLPREFIX", True) or "") |
45 | depmap = dict( wifi=prefix+"wpa-supplicant", bluetooth=prefix+"bluez4", ofono=prefix+"ofono" ) | ||
45 | packages = [] | 46 | packages = [] |
46 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) | 47 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) |
47 | 48 | ||