diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-17 11:41:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:07 +0000 |
commit | eae2b9c21e9d57ad192eeded4301b548f7e3d5b5 (patch) | |
tree | ac51e7687653d24533edd7e0fabd75cb46b07be3 /meta/recipes-connectivity/bluez | |
parent | ad9cdcffa219e2c185f0e40f50d44f63ed521c9c (diff) | |
download | openembedded-core-eae2b9c21e9d57ad192eeded4301b548f7e3d5b5.tar.gz openembedded-core-eae2b9c21e9d57ad192eeded4301b548f7e3d5b5.tar.bz2 openembedded-core-eae2b9c21e9d57ad192eeded4301b548f7e3d5b5.zip |
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
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez')
-rw-r--r-- | meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb index d1ad3364ee..b9f48bda0a 100644 --- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb +++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.99.bb @@ -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" |