bluez-libs: change do_stage to use autotools_stage_all in 2.21
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 01:57:25 +0000 (01:57 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 01:57:25 +0000 (01:57 +0000)
packages/bluez/bluez-libs_2.21.bb

index d740bd8..e5ef923 100644 (file)
@@ -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
 }