audiofile: change do_stage to use autotools_do_stage in 0.2.6
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 29 Dec 2005 16:33:23 +0000 (16:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 16:33:23 +0000 (16:33 +0000)
packages/audiofile/audiofile_0.2.6.bb

index 8ca5b17..c83b4c2 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 SECTION = "libs"
 LICENSE = "LGPL GPL"
 DESCRIPTION = "The Audio File Library provides a uniform and elegant \
@@ -17,7 +17,5 @@ SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz"
 inherit autotools pkgconfig binconfig
 
 do_stage () {
-       install -m 0644 libaudiofile/audiofile.h libaudiofile/aupvlist.h libaudiofile/af_vfs.h ${STAGING_INCDIR}/
-       oe_libinstall -C libaudiofile libaudiofile ${STAGING_LIBDIR}
-       install -m 0644 audiofile.m4 ${STAGING_DATADIR}/aclocal/
+       autotools_stage_all
 }