diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 510617c3de..89cce40d45 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -1578,6 +1578,8 @@ python package_do_shlibs() { | |||
1578 | if len(dep_pkg) == 2: | 1578 | if len(dep_pkg) == 2: |
1579 | lib_ver = dep_pkg[1] | 1579 | lib_ver = dep_pkg[1] |
1580 | dep_pkg = dep_pkg[0] | 1580 | dep_pkg = dep_pkg[0] |
1581 | if l not in shlib_provider: | ||
1582 | shlib_provider[l] = {} | ||
1581 | shlib_provider[l][libdir] = (dep_pkg, lib_ver) | 1583 | shlib_provider[l][libdir] = (dep_pkg, lib_ver) |
1582 | 1584 | ||
1583 | libsearchpath = [d.getVar('libdir', True), d.getVar('base_libdir', True)] | 1585 | libsearchpath = [d.getVar('libdir', True), d.getVar('base_libdir', True)] |