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:
c8bd829
)
taglib: fix hardcoded header-dir in do_stage
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 14 Jul 2009 23:01:52 +0000
(
01:01
+0200)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Wed, 15 Jul 2009 00:00:00 +0000
(
02:00
+0200)
* bump PR
recipes/taglib/taglib_1.5.bb
patch
|
blob
|
history
diff --git
a/recipes/taglib/taglib_1.5.bb
b/recipes/taglib/taglib_1.5.bb
index
f67660f
..
507b8ce
100644
(file)
--- a/
recipes/taglib/taglib_1.5.bb
+++ b/
recipes/taglib/taglib_1.5.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "TagLib is a library for reading and editing the meta-data of seve
SECTION = "libs/multimedia"
HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
LICENSE = "LGPL"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \
file://add_missing_exports_fix.diff;patch=1 \
@@
-16,7
+16,7
@@
inherit cmake pkgconfig binconfig
do_stage() {
install -d ${STAGING_INCDIR}/${PN}
- install -m 0644 ${D}/
usr/include
/${PN}/*.h ${STAGING_INCDIR}/${PN}
+ install -m 0644 ${D}/
${includedir}
/${PN}/*.h ${STAGING_INCDIR}/${PN}
oe_libinstall -C ${PN} -so libtag ${STAGING_LIBDIR}
}