diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2011-10-06 00:42:48 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso00@gmail.com> | 2011-10-06 00:42:48 -0500 |
commit | bc0c7643e1676392ce666ce5e821425f0d999e7c (patch) | |
tree | 21ed6a0c31e11876b731e876ace311fe03e8651a /recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb | |
parent | 6ca0abed241e5c74dd698d4a78ea2023e1af295c (diff) | |
download | meta-fsl-arm-bc0c7643e1676392ce666ce5e821425f0d999e7c.tar.gz |
gst-fsl-plugin: explicit set packaged files
* Explicit set packaged files
* Use INSANE_SKIP to avoid poky's QA tests
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Diffstat (limited to 'recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb')
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb index e9f7824..932f82d 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.1.bb | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "Gstreamer freescale plugins" | |||
7 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
8 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
9 | DEPENDS = "gstreamer gst-plugins-base fsl-mm-codeclib imx-lib" | 9 | DEPENDS = "gstreamer gst-plugins-base fsl-mm-codeclib imx-lib" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
13 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 13 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
@@ -20,6 +20,11 @@ SRC_URI[sha256sum] = "99668788886d7a9223c5cc2a408631d6fbf9094894da34c6c00036a9fe | |||
20 | # Todo add a mechanism to map posible build targets | 20 | # Todo add a mechanism to map posible build targets |
21 | EXTRA_OECONF = "PLATFORM=MX53 --disable-valgrind --disable-examples" | 21 | EXTRA_OECONF = "PLATFORM=MX53 --disable-valgrind --disable-examples" |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 23 | INSANE_SKIP = "True" |
24 | FILES_${PN} += "${bindir}/gplay \ | ||
25 | ${libdir}/gstreamer-0.10/*.so* \ | ||
26 | ${libdir}/*.so*" | ||
24 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | 27 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" |
25 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | 28 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.la \ |
29 | ${libdir}/gstreamer-0.10/*.a \ | ||
30 | ${libdir}/*.a ${libdir}/*.la" | ||