summaryrefslogtreecommitdiffstats
path: root/recipes/libid3tag
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-28 12:27:24 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-28 12:27:24 +0200
commit6575022c5c9060151d162fce6e74d2ebfb022973 (patch)
treec0fd307ca7445c7dc6f3ed8e4edad954bd1553ba /recipes/libid3tag
parentdae6f027fb7e1fc213a970f851703cf048765221 (diff)
downloadopenembedded-6575022c5c9060151d162fce6e74d2ebfb022973.tar.gz
libid3tag: convert to new style staging
Diffstat (limited to 'recipes/libid3tag')
-rw-r--r--recipes/libid3tag/libid3tag_0.15.1b.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/libid3tag/libid3tag_0.15.1b.bb b/recipes/libid3tag/libid3tag_0.15.1b.bb
index c9f4a0c0ba..cef45ceb5b 100644
--- a/recipes/libid3tag/libid3tag_0.15.1b.bb
+++ b/recipes/libid3tag/libid3tag_0.15.1b.bb
@@ -3,7 +3,7 @@ PRIORITY = "optional"
DEPENDS = "zlib"
DESCRIPTION = "Library for interacting with ID3 tags."
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://id3tag.pc"
@@ -17,7 +17,4 @@ EXTRA_OECONF = "-enable-speed"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/id3tag.pc ${S}
}
-do_stage() {
- oe_libinstall -so libid3tag ${STAGING_LIBDIR}
- install -m 0644 id3tag.h ${STAGING_INCDIR}
}