aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-libs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bluez/bluez4-libs.inc')
-rw-r--r--recipes/bluez/bluez4-libs.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes/bluez/bluez4-libs.inc b/recipes/bluez/bluez4-libs.inc
index 4da389cdbb..de475edfde 100644
--- a/recipes/bluez/bluez4-libs.inc
+++ b/recipes/bluez/bluez4-libs.inc
@@ -5,13 +5,14 @@ HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
INC_PR = "r1"
-SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
- file://avinfo-link.patch;patch=1;pnum=0"
+FILESPATHPKG .= ":bluez4-${PV}:bluez4"
+
+SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz"
S = "${WORKDIR}/bluez-${PV}"
+#inherit autotools_stage pkgconfig
inherit autotools_stage
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = "\
--disable-tools \
@@ -23,3 +24,8 @@ EXTRA_OECONF = "\
"
FILES_${PN} = "${libdir}/libbluetooth.so.*"
+FILES_${PN}-dev += "\
+ ${libdir}/bluetooth/plugins/*.la \
+ ${libdir}/alsa-lib/*.la \
+ ${libdir}/gstreamer-0.10/*.la \
+"