diff options
Diffstat (limited to 'meta/lib/oe/package.py')
-rw-r--r-- | meta/lib/oe/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index ae60a5843e..795389517f 100644 --- a/meta/lib/oe/package.py +++ b/meta/lib/oe/package.py | |||
@@ -104,7 +104,7 @@ def read_shlib_providers(d): | |||
104 | import re | 104 | import re |
105 | 105 | ||
106 | shlib_provider = {} | 106 | shlib_provider = {} |
107 | shlibs_dirs = d.getVar('SHLIBSDIRS', True).split() | 107 | shlibs_dirs = d.getVar('SHLIBSDIRS').split() |
108 | list_re = re.compile('^(.*)\.list$') | 108 | list_re = re.compile('^(.*)\.list$') |
109 | # Go from least to most specific since the last one found wins | 109 | # Go from least to most specific since the last one found wins |
110 | for dir in reversed(shlibs_dirs): | 110 | for dir in reversed(shlibs_dirs): |