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:
Marcin Juszkiewicz 2008-06-18 08:37:33 +00:00
parent 347ed8ae2d
commit d3f559d86d
1 changed files with 1 additions and 1 deletions

View File

@ -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)