diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-12 20:37:30 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-16 21:50:09 +0100 |
commit | 926eeea7c613721cf30105f7c6d7ecc531ccc736 (patch) | |
tree | 89fce89d470d3e602002e175f3cd2d0bc321b346 | |
parent | 437f22e9aa4977a95cfab5f0dd8359410281bcfd (diff) | |
download | meta-openembedded-926eeea7c613721cf30105f7c6d7ecc531ccc736.tar.gz |
gst-plugins-bad: add PACKAGECONFIGs for voamrwbenc, voaacenc, resindvd
* fixes:
WARNING: QA Issue: gst-plugins-bad: Files/directories were installed but not shipped in any package:
/usr/lib/gstreamer-0.10/libresindvd.so
/usr/lib/gstreamer-0.10/libresindvd.la
/usr/share/gstreamer-0.10
/usr/share/gstreamer-0.10/presets
/usr/share/gstreamer-0.10/presets/GstVoAmrwbEnc.prs
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
gst-plugins-bad: 5 installed and not shipped files. [installed-vs-shipped]
WARNING: QA Issue: gst-plugins-bad-voaacenc rdepends on vo-aacenc, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: gst-plugins-bad-voamrwbenc rdepends on vo-amrwbenc, but it isn't a build dependency? [build-deps]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb index 4d9448346..8aad0b78f 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-bad_0.10.23.bb | |||
@@ -40,9 +40,17 @@ PACKAGECONFIG[schro] = "--enable-schro,--disable-schro,schroedinger" | |||
40 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" | 40 | PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" |
41 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" | 41 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" |
42 | PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" | 42 | PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" |
43 | PACKAGECONFIG[voamrwbenc] = "--enable-voamrwbenc,--disable-voamrwbenc,vo-amrwbenc" | ||
44 | PACKAGECONFIG[voaacenc] = "--enable-voaacenc,--disable-voaacenc,vo-aacenc" | ||
45 | PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdnav libdvdread" | ||
43 | 46 | ||
44 | ARM_INSTRUCTION_SET = "arm" | 47 | ARM_INSTRUCTION_SET = "arm" |
45 | 48 | ||
49 | PACKAGES =+ "${PN}-resindvd" | ||
50 | FILES_${PN}-resindvd = "${libdir}/gstreamer-${LIBV}/libresindvd.so" | ||
51 | FILES_${PN}-dev += "${libdir}/gstreamer-${LIBV}/libresindvd.la" | ||
52 | FILES_${PN}-voamrwbenc += "${datadir}/gstreamer-${LIBV}/presets/GstVoAmrwbEnc.prs" | ||
53 | |||
46 | do_configure_prepend() { | 54 | do_configure_prepend() { |
47 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 55 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
48 | rm ${S}/m4/lib-link.m4 || true | 56 | rm ${S}/m4/lib-link.m4 || true |