]> code.ossystems Code Review - openembedded-core.git/commitdiff
package.bbclass: changed library regexp to get dependencies for opensync plugins...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 18 Jun 2008 08:37:33 +0000 (08:37 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 18 Jun 2008 08:37:33 +0000 (08:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4696 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/package.bbclass

index 3ca8532376677fae03c966bba1662293c7c30811..4023d352e1fc77576f3c6e1532c8751faf85e5cd 100644 (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)