aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-07-15 01:01:52 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-07-15 02:00:00 +0200
commit11eaaf389879e53d58fab04f8d6d61e3c19e9685 (patch)
tree5a32e4c60c6003d439a8aeabd7a42266e42abee4
parentc8bd8298435afc1cb02fc2b1e294aa14ef398bef (diff)
downloadopenembedded-11eaaf389879e53d58fab04f8d6d61e3c19e9685.tar.gz
taglib: fix hardcoded header-dir in do_stage
* bump PR
-rw-r--r--recipes/taglib/taglib_1.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/taglib/taglib_1.5.bb b/recipes/taglib/taglib_1.5.bb
index f67660faf1..507b8ce159 100644
--- 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 = "r0"
+PR = "r1"
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}
}