diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-02 19:11:20 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-02 19:11:20 +0100 |
commit | 82a82feb0af8fbc6295392a3e626b8631bf15ea0 (patch) | |
tree | e632a77f349b52f40e37a003a9632d0ffceb3278 /recipes | |
parent | f3404090052164f7843dcd5b3190b046e9ff4a25 (diff) |
taglib: also install .tcc files in staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/taglib/taglib_1.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/taglib/taglib_1.5.bb b/recipes/taglib/taglib_1.5.bb index 507b8ce159..6c90d75ea4 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 = "r1" +PR = "r2" SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \ file://add_missing_exports_fix.diff;patch=1 \ @@ -17,6 +17,7 @@ inherit cmake pkgconfig binconfig do_stage() { install -d ${STAGING_INCDIR}/${PN} install -m 0644 ${D}/${includedir}/${PN}/*.h ${STAGING_INCDIR}/${PN} + install -m 0644 ${D}/${includedir}/${PN}/*.tcc ${STAGING_INCDIR}/${PN} oe_libinstall -C ${PN} -so libtag ${STAGING_LIBDIR} } |