mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gst-plugin-bluetooth: Fix package warnings
WARNING: For recipe gst-plugin-bluetooth, the following files/directories were installed but not shipped in any package: WARNING: /var WARNING: /usr/lib/bluetooth WARNING: /usr/lib/bluetooth/plugins WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.so WARNING: /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.la WARNING: /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.la WARNING: /usr/share/alsa WARNING: /usr/share/alsa/bluetooth.conf WARNING: /var/lib WARNING: /var/lib/bluetooth These are removed because they are packages in the bluez4 package (From OE-Core rev: eae2b9c21e9d57ad192eeded4301b548f7e3d5b5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82df422ccd
commit
1b083f36fa
@@ -1,6 +1,8 @@
|
||||
require bluez4.inc
|
||||
require recipes-multimedia/gstreamer/gst-plugins-package.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912"
|
||||
SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c"
|
||||
|
||||
@@ -17,6 +19,10 @@ do_install_append() {
|
||||
rm -f ${D}${libdir}/lib*
|
||||
rm -rf ${D}${sysconfdir}
|
||||
rm -rf ${D}${base_libdir}
|
||||
rm -rf ${D}${libdir}/bluetooth
|
||||
rm -rf ${D}${localstatedir}
|
||||
rm -rf ${D}${libdir}/alsa-lib
|
||||
rm -rf ${D}${datadir}/alsa
|
||||
}
|
||||
|
||||
FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so"
|
||||
|
||||
Reference in New Issue
Block a user