summaryrefslogtreecommitdiff
path: root/recipes/taglib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-15 14:31:20 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-15 14:31:20 +0200
commit9e0c1b0b11715aadb8d6cd3363d5804161ba6859 (patch)
treebee31972298062b818eba508661301639fb02773 /recipes/taglib
parent3c2f1e963374588865ba3c91b2fa7dcaada14cfe (diff)
parenta3e687eed8fa9e2510827a24cfd2a3e53ea07a8d (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/taglib')
-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}
}