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 13:03:42 +0000 |
| commit | 1b083f36faa58c39bc15411bf046611fdf7003e6 (patch) | |
| tree | e641da4133175126c8eb921083593c2fdfba1b20 | |
| parent | 82df422ccdc540d5084ca1160b80cbe8bd2bbceb (diff) | |
| download | poky-1b083f36faa58c39bc15411bf046611fdf7003e6.tar.gz | |
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>
| -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 @@ | |||
| 1 | require bluez4.inc | 1 | require bluez4.inc |
| 2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | 2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc |
| 3 | 3 | ||
| 4 | PR = "r1" | ||
| 5 | |||
| 4 | SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" | 6 | SRC_URI[md5sum] = "570aa10692ed890aa0a4297b37824912" |
| 5 | SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" | 7 | SRC_URI[sha256sum] = "d884b9aa5d3d9653c076b7646ca14a3e43eb84bccfe8193c49690f802bbd827c" |
| 6 | 8 | ||
| @@ -17,6 +19,10 @@ do_install_append() { | |||
| 17 | rm -f ${D}${libdir}/lib* | 19 | rm -f ${D}${libdir}/lib* |
| 18 | rm -rf ${D}${sysconfdir} | 20 | rm -rf ${D}${sysconfdir} |
| 19 | rm -rf ${D}${base_libdir} | 21 | rm -rf ${D}${base_libdir} |
| 22 | rm -rf ${D}${libdir}/bluetooth | ||
| 23 | rm -rf ${D}${localstatedir} | ||
| 24 | rm -rf ${D}${libdir}/alsa-lib | ||
| 25 | rm -rf ${D}${datadir}/alsa | ||
| 20 | } | 26 | } |
| 21 | 27 | ||
| 22 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" | 28 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" |
