package.bbclass: unbreak

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4242 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-04-11 20:37:51 +00:00
parent 4f2380b30f
commit 02a180ab6f
1 changed files with 1 additions and 0 deletions

View File

@ -657,6 +657,7 @@ python package_do_shlibs() {
for root, dirs, files in os.walk(top):
for file in files:
soname = None
path = os.path.join(root, file)
if targetos == "darwin":
darwin_so(root, dirs, file)
elif os.access(path, os.X_OK) or lib_re.match(file):