libid3tag: revert deletion of do_stage() applied in 10d8222c82822cf7dc06049b59d414916...
authorRene Wagner <rw@handhelds.org>
Thu, 5 Jan 2006 19:22:20 +0000 (19:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 5 Jan 2006 19:22:20 +0000 (19:22 +0000)
packages/libid3tag/libid3tag_0.15.0b.bb

index 0eb9608..e47c00e 100644 (file)
@@ -1,10 +1,10 @@
-PR = "r1"
 SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "zlib"
 DESCRIPTION = "Library for interacting with ID3 tags."
 LICENSE = "GPL"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz "
 S = "${WORKDIR}/libid3tag-${PV}"
@@ -14,5 +14,6 @@ inherit autotools
 EXTRA_OECONF = "-enable-speed"
 
 do_stage() {
-       autotools_stage_all
+       oe_libinstall -so libid3tag ${STAGING_LIBDIR}
+        install -m 0644 id3tag.h ${STAGING_INCDIR}
 }