aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-03 01:57:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-03 01:57:25 +0000
commit7e6d4a5f4928395017651ad8bfc6114b26a9be67 (patch)
tree92b59e4ba2baa3b5c94e5bc04799de79a2be1f9f /packages/bluez
parent6c2b02774fe3346deaa75b113abca354e32bf361 (diff)
downloadopenembedded-7e6d4a5f4928395017651ad8bfc6114b26a9be67.tar.gz
bluez-libs: change do_stage to use autotools_stage_all in 2.21
Diffstat (limited to 'packages/bluez')
-rw-r--r--packages/bluez/bluez-libs_2.21.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/bluez/bluez-libs_2.21.bb b/packages/bluez/bluez-libs_2.21.bb
index d740bd80a9..e5ef923d03 100644
--- a/packages/bluez/bluez-libs_2.21.bb
+++ b/packages/bluez/bluez-libs_2.21.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
@@ -12,11 +12,5 @@ inherit autotools pkgconfig
HEADERS = "bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hidp.h l2cap.h rfcomm.h sco.h sdp.h sdp_lib.h"
do_stage() {
- oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR}
-
- install -d ${STAGING_INCDIR}/bluetooth/
- for f in ${HEADERS}
- do
- install -m 0644 include/$f ${STAGING_INCDIR}/bluetooth/$f
- done
+ autotools_stage_all
}