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.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.8.bb b/meta/recipes-support/taglib/taglib_1.8.bb
index c713e438a8..76d2e519d5 100644
--- a/meta/recipes-support/taglib/taglib_1.8.bb
+++ b/meta/recipes-support/taglib/taglib_1.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
6 file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ 6 file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \
7 file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee" 7 file://taglib/audioproperties.h;beginline=1;endline=24;md5=9df2c7399519b7310568a7c55042ecee"
8 8
9PR = "r0" 9PR = "r1"
10# http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz 10# http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz
11SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ 11SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \
12 " 12 "
@@ -21,6 +21,8 @@ inherit cmake pkgconfig binconfig
21PACKAGES =+ "${PN}-c" 21PACKAGES =+ "${PN}-c"
22FILES_${PN}-c = "${libdir}/libtag_c.so.*" 22FILES_${PN}-c = "${libdir}/libtag_c.so.*"
23 23
24EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}"
25
24do_configure_prepend () { 26do_configure_prepend () {
25 rm -f ${S}/admin/ltmain.sh 27 rm -f ${S}/admin/ltmain.sh
26 rm -f ${S}/admin/libtool.m4.in 28 rm -f ${S}/admin/libtool.m4.in