aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-03-20 12:40:57 +0000
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:34:46 +0100
commitfc8a3b9bc4c99e5e8789fc0f134268a3ce0fb128 (patch)
tree388159a6988820a16b20fa962091af517685b3b5
parent5d20bb78016881a337ec7052e19b41ecb3ac8dd9 (diff)
downloadopenembedded-fc8a3b9bc4c99e5e8789fc0f134268a3ce0fb128.tar.gz
bluez4: stage the include files
-rw-r--r--recipes/bluez/bluez4_4.32.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/bluez/bluez4_4.32.bb b/recipes/bluez/bluez4_4.32.bb
index a45113cad8..b359d3b5f6 100644
--- a/recipes/bluez/bluez4_4.32.bb
+++ b/recipes/bluez/bluez4_4.32.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "\
http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -49,6 +49,11 @@ do_install_append() {
install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
}
+
+do_stage() {
+ autotools_stage_all
+}
+
PACKAGES =+ "gst-plugin-bluez libasound-module-bluez"
FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so"