summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/taglib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/taglib')
-rw-r--r--meta/recipes-support/taglib/taglib_1.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.12.bb b/meta/recipes-support/taglib/taglib_1.12.bb
index efa56253bb..2b0961818a 100644
--- a/meta/recipes-support/taglib/taglib_1.12.bb
+++ b/meta/recipes-support/taglib/taglib_1.12.bb
@@ -21,7 +21,7 @@ BINCONFIG = "${bindir}/taglib-config"
21inherit cmake pkgconfig binconfig-disabled 21inherit cmake pkgconfig binconfig-disabled
22 22
23PACKAGES =+ "${PN}-c" 23PACKAGES =+ "${PN}-c"
24FILES_${PN}-c = "${libdir}/libtag_c.so.*" 24FILES:${PN}-c = "${libdir}/libtag_c.so.*"
25 25
26EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ 26EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
27 -DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE \ 27 -DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE \
@@ -32,7 +32,7 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
32" 32"
33CXXFLAGS += "-std=c++11" 33CXXFLAGS += "-std=c++11"
34 34
35do_configure_prepend () { 35do_configure:prepend () {
36 rm -f ${S}/admin/ltmain.sh 36 rm -f ${S}/admin/ltmain.sh
37 rm -f ${S}/admin/libtool.m4.in 37 rm -f ${S}/admin/libtool.m4.in
38} 38}