meta-digi-arm: Fix QA issue with rdepends on fsl-mm-codeclib-dev.

When building del-image-minimal we are seeing the following errors:

NOTE: Running noexec task 1211 of 1214 (ID: 220, /home/alex/Projects/
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib_2.0.3.bb,
 do_package_write)
ERROR: QA Issue: gst-fsl-plugin rdepends on fsl-mm-codeclib-dev
ERROR: QA run found fatal errors. Please consider fixing them.

NOTE: Running task 853 of 1214 (ID: 221, /home/alex/Projects/
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib_2.0.3.bb,
 do_package)
NOTE: package fsl-mm-codeclib-2.0.3-r2.0digi.0: task do_package: Started
ERROR: QA Issue: fsl-mm-codeclib rdepends on fsl-mm-codeclib-dev

The error means that fsl-mm-codeclib and gst-fsl-plugin are including
libraries which should only be included on the dev version, typically
.so files.

This is only a workaround, the patch should come from those packages.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-12-03 12:36:32 +01:00
parent 4cb2050ba6
commit 7bb5e97e36
2 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,5 @@ SRC_URI_ccxmx51js[md5sum] = "c33df24405ef54cc55029d1f4a6c6230"
SRC_URI_ccxmx51js[sha256sum] = "2bb006d8eccb2938da868acc62f2d7620dffb40b070bf7b24479450da494a2a0"
FILES_${PN} += "${libdir}/lib_ogg_parser*"
INSANE_SKIP_${PN} += "dev-deps"

View File

@ -5,3 +5,5 @@ SRC_URI = "${DIGI_LOG_MIRROR}/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "ab9fcca9d46a61c898862bcf18e3843c"
SRC_URI[sha256sum] = "a05cf407518528d10a2086e6952e5e93da3d311e1be0f8f20a8d765520afdd78"
INSANE_SKIP_${PN} += "dev-deps"