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:
f053d57
)
id3lib: fix zlib linking issue by reconfiguring autotools stuff
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 11 Feb 2007 00:10:55 +0000
(
00:10
+0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 11 Feb 2007 00:10:55 +0000
(
00:10
+0000)
packages/id3lib/id3lib_3.8.3.bb
patch
|
blob
|
history
diff --git
a/packages/id3lib/id3lib_3.8.3.bb
b/packages/id3lib/id3lib_3.8.3.bb
index
d631062
..
76134bc
100644
(file)
--- a/
packages/id3lib/id3lib_3.8.3.bb
+++ b/
packages/id3lib/id3lib_3.8.3.bb
@@
-1,19
+1,15
@@
DESCRIPTION = "Library for interacting with ID3 tags."
-SECTION = "libs"
+SECTION = "libs
/multimedia
"
PRIORITY = "optional"
DEPENDS = "zlib"
-DESCRIPTION = "Library for interacting with ID3 tags."
LICENSE = "GPL"
+PR = "r1"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz"
S = "${WORKDIR}/id3lib-${PV}"
-do_configure() {
- oe_runconf
-}
-
do_stage() {
oe_libinstall -a -so -C src libid3 ${STAGING_LIBDIR}
install -m 0644 include/id3.h ${STAGING_INCDIR}