fsl-mm-codeclib: Fix qa issue with fsl-mm-codeclib rdepend.

The package was not including all the libraries being installed.

That is because $SOLIBS extens to *.so.*, which meant that the .so files
were not being packaged.

I won't report this upstream as probably the source tarball they use won't
have this problem.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-20 16:33:57 +01:00
parent 46a575516c
commit b9f421b1b9
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ do_install () {
find ${D} -type f -exec chmod a-x '{}' ';'
}
FILES_${PN} += "${libdir}/${SOLIBS}"
FILES_${PN}-dev += "${libdir}/${SOLIBSDEV}"
FILES_${PN} += "${libdir}/*.so*"
PACKAGE_ARCH = "${MACHINE_ARCH}"