mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
package.bbclass: changed library regexp to get dependencies for opensync plugins properly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4696 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -543,7 +543,7 @@ python package_do_shlibs() {
|
||||
bb.note("not generating shlibs")
|
||||
return
|
||||
|
||||
lib_re = re.compile("^lib.*\.so")
|
||||
lib_re = re.compile("^.*\.so")
|
||||
libdir_re = re.compile(".*/lib$")
|
||||
|
||||
packages = bb.data.getVar('PACKAGES', d, 1)
|
||||
|
||||
Reference in New Issue
Block a user