summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 2aec3e6bd9..696d173ced 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -1554,6 +1554,8 @@ python package_do_shlibs() {
1554 if len(dep_pkg) == 2: 1554 if len(dep_pkg) == 2:
1555 lib_ver = dep_pkg[1] 1555 lib_ver = dep_pkg[1]
1556 dep_pkg = dep_pkg[0] 1556 dep_pkg = dep_pkg[0]
1557 if l not in shlib_provider:
1558 shlib_provider[l] = {}
1557 shlib_provider[l][libdir] = (dep_pkg, lib_ver) 1559 shlib_provider[l][libdir] = (dep_pkg, lib_ver)
1558 1560
1559 libsearchpath = [d.getVar('libdir', True), d.getVar('base_libdir', True)] 1561 libsearchpath = [d.getVar('libdir', True), d.getVar('base_libdir', True)]