From 60d0c57ed6e46826b4346b278cad4f819f75e674 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 22 Sep 2011 08:42:13 +0200 Subject: bluez4: split gstreamer plugin into a seperate recipe This eliminates a good chunk of buildtime when building console-only image. The bluez4 and this recipe share a .inc file since the source is the same. (From OE-Core rev: 5eaed4bba35e8188855acb93344adf48201748a2) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- .../bluez/gst-plugin-bluetooth_4.96.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb (limited to 'meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb') diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb new file mode 100644 index 0000000000..a137b12e21 --- /dev/null +++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb @@ -0,0 +1,28 @@ +require bluez4.inc +require recipes-multimedia/gstreamer/gst-plugins-package.inc + +DEPENDS = "bluez4 gst-plugins-base" + +EXTRA_OECONF = "\ + --enable-gstreamer \ +" + +# clean unwanted files +do_install_append() { + rm -rf ${D}${bindir} + rm -rf ${D}${sbindir} + rm -f ${D}${libdir}/lib* + rm -rf ${D}${sysconfdir} + rm -rf ${D}${base_libdir} +} + +FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" +FILES_${PN}-dev += "\ + ${libdir}/gstreamer-0.10/*.la \ +" + +FILES_${PN}-dbg += "\ + ${libdir}/*/.debug \ +" + + -- cgit v1.2.3-54-g00ecf