libid3tag: change do_stage to use autotools_stage_all in 0.15.0b
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:13:34 +0000 (02:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:13:34 +0000 (02:13 +0000)
packages/libid3tag/libid3tag_0.15.0b.bb

index fea3a7c..0eb9608 100644 (file)
@@ -1,3 +1,4 @@
+PR = "r1"
 SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
@@ -13,6 +14,5 @@ inherit autotools
 EXTRA_OECONF = "-enable-speed"
 
 do_stage() {
-       oe_libinstall -so libid3tag ${STAGING_LIBDIR}
-        install -m 0644 id3tag.h ${STAGING_INCDIR}
+       autotools_stage_all
 }