diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index d1bf7cdd9f..d9d663c3b8 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -75,8 +75,8 @@ python populate_packages_prepend() { | |||
75 | packages = [] | 75 | packages = [] |
76 | multilib_prefix = (d.getVar("MLPREFIX", True) or "") | 76 | multilib_prefix = (d.getVar("MLPREFIX", True) or "") |
77 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) | 77 | hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) |
78 | plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d) | 78 | plugin_dir = d.expand('${libdir}/connman/plugins/') |
79 | plugin_name = bb.data.expand('${PN}-plugin-%s', d) | 79 | plugin_name = d.expand('${PN}-plugin-%s') |
80 | do_split_packages(d, plugin_dir, '^(.*).so$', plugin_name, '${PN} plugin for %s', extra_depends='', hook=hook ) | 80 | do_split_packages(d, plugin_dir, '^(.*).so$', plugin_name, '${PN} plugin for %s', extra_depends='', hook=hook ) |
81 | for (file, package) in packages: | 81 | for (file, package) in packages: |
82 | plugintype = package.split( '-' )[-1] | 82 | plugintype = package.split( '-' )[-1] |