mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user