git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae6f02
)
libid3tag: convert to new style staging
author
Koen Kooi
<koen@openembedded.org>
Sun, 28 Mar 2010 10:27:24 +0000
(12:27 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 28 Mar 2010 10:27:24 +0000
(12:27 +0200)
recipes/libid3tag/libid3tag_0.15.1b.bb
patch
|
blob
|
history
diff --git
a/recipes/libid3tag/libid3tag_0.15.1b.bb
b/recipes/libid3tag/libid3tag_0.15.1b.bb
index
c9f4a0c
..
cef45ce
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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}
}