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:
parent
46a575516c
commit
b9f421b1b9
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue