aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez4-libs.inc
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2010-01-18 09:50:23 -0700
committerChris Larson <clarson@mvista.com>2010-01-18 09:54:09 -0700
commita053da8743966445342b495307e532178a1294e9 (patch)
tree7a9174fcf534081cef3d7b561743d9c597d9ea9c /recipes/bluez/bluez4-libs.inc
parent1d1e92c5a2e25df8bb897c3c890cb05ac23fc274 (diff)
downloadopenembedded-a053da8743966445342b495307e532178a1294e9.tar.gz
bluez: first pass of bluez4 -> bluez-libs/bluez-utils recipeskergoth/bluez
Signed-off-by: Chris Larson <clarson@mvista.com>
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 \
+"