diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-24 18:06:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-24 18:04:49 +0000 |
commit | f496389aa8ca3fdcb51afe018615003956712cb4 (patch) | |
tree | b504c68e95a1d456050ca851493d05ae9a7a71ad /meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb | |
parent | 3a20beb2607710c5b3b38f72cb9902ee4f7478a1 (diff) | |
download | poky-f496389aa8ca3fdcb51afe018615003956712cb4.tar.gz |
gst-plugin-bluetooth: upgrade to 4.98 and add checksums
(From OE-Core rev: d390a2d6a14b1bec11f6e6ceaa448e15f18e0017)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb')
-rw-r--r-- | meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb new file mode 100644 index 0000000000..fa74d34f88 --- /dev/null +++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.98.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | require bluez4.inc | ||
2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "362864b716950baa04797de735fc237b" | ||
5 | SRC_URI[sha256sum] = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233" | ||
6 | |||
7 | DEPENDS = "bluez4 gst-plugins-base" | ||
8 | |||
9 | EXTRA_OECONF = "\ | ||
10 | --enable-gstreamer \ | ||
11 | " | ||
12 | |||
13 | # clean unwanted files | ||
14 | do_install_append() { | ||
15 | rm -rf ${D}${bindir} | ||
16 | rm -rf ${D}${sbindir} | ||
17 | rm -f ${D}${libdir}/lib* | ||
18 | rm -rf ${D}${sysconfdir} | ||
19 | rm -rf ${D}${base_libdir} | ||
20 | } | ||
21 | |||
22 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" | ||
23 | FILES_${PN}-dev += "\ | ||
24 | ${libdir}/gstreamer-0.10/*.la \ | ||
25 | " | ||
26 | |||
27 | FILES_${PN}-dbg += "\ | ||
28 | ${libdir}/*/.debug \ | ||
29 | " | ||
30 | |||
31 | |||