diff options
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index e86bd9fa38..7ee460ec8b 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -64,5 +64,5 @@ python populate_packages_prepend() { | |||
64 | plugintype = package.split( '-' )[-1] | 64 | plugintype = package.split( '-' )[-1] |
65 | if plugintype in depmap: | 65 | if plugintype in depmap: |
66 | bb.note( "Adding rdependency on %s to package %s" % ( depmap[plugintype], package ) ) | 66 | bb.note( "Adding rdependency on %s to package %s" % ( depmap[plugintype], package ) ) |
67 | bb.data.setVar("RDEPENDS_%s" % package, depmap[plugintype], d) | 67 | d.setVar("RDEPENDS_%s" % package, depmap[plugintype]) |
68 | } | 68 | } |