summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-02-13 10:33:20 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-23 21:59:40 -0300
commitfc02a2ec92ace7a3eedb9710849d61b0ec701420 (patch)
tree80fb4192a0cb7d81d0a608ba74fc98c9a98c001d
parentcde7cb051966d18f6a1b6fa9a478986cc0d6e757 (diff)
downloadmeta-fsl-arm-fc02a2ec92ace7a3eedb9710849d61b0ec701420.tar.gz
gstreamer1.0-plugins-imx: Fix packaging of debug symbols
This fixes following ERROR: ,---- | ERROR: QA Issue: gstreamer1.0-plugins-imx: Files/directories were | installed but not shipped in any package: | /usr/lib/gstreamer-1.0/.debug | /usr/lib/gstreamer-1.0/.debug/libgstimxvpu.so | /usr/lib/gstreamer-1.0/.debug/libgstimxeglvivsink.so | /usr/lib/gstreamer-1.0/.debug/libgstimxg2d.so | /usr/lib/gstreamer-1.0/.debug/libgstimxipu.so | /usr/lib/gstreamer-1.0/.debug/libgstimxv4l2videosrc.so | /usr/lib/gstreamer-1.0/.debug/libgstimxaudio.so | /usr/lib/gstreamer-1.0/.debug/libgstimxpxp.so `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
index eaccb29..88b9b35 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.0.bb
@@ -47,3 +47,5 @@ COMPATIBLE_MACHINE = "(mx6)"
47# disable the false alarm (the "it isn't a build dependency" QA warning) 47# disable the false alarm (the "it isn't a build dependency" QA warning)
48INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps" 48INSANE_SKIP_gstreamer1.0-plugins-imx-imxaudio = "build-deps"
49INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps" 49INSANE_SKIP_gstreamer1.0-plugins-imx-imxvpu = "build-deps"
50
51FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug ${libdir}/gstreamer1.0/gstreamer-1.0/.debug ${datadir}/bash-completion/helpers/.debug "