diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-04 11:20:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:49 +0000 |
commit | 7cf289b39fd6437305c6d6e2168b5a31d7f3cb2d (patch) | |
tree | c4c3b01d1f5e9dfe0c53e91ce499f60715096eb5 /meta/recipes-support | |
parent | 8572f07f65002333aab3746de4a11ff1af8c0189 (diff) | |
download | poky-7cf289b39fd6437305c6d6e2168b5a31d7f3cb2d.tar.gz |
taglib: use LIB_SUFFIX in order to determine the correct baselib
WARNING: QA Issue: taglib: Files/directories were installed but not shipped
/usr/lib
/usr/lib/libtag.so
/usr/lib/libtag.so.1.12.0
/usr/lib/libtag.so.1
/usr/lib/libtag_c.so.0.0.0
/usr/lib/libtag_c.so
/usr/lib/libtag_c.so.0
...
(From OE-Core rev: ebc3e1f43a558165d16f663be796d731ca4b2a74)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.8.bb | 4 |
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 | ||
9 | PR = "r0" | 9 | PR = "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 |
11 | SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ | 11 | SRC_URI = "https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz \ |
12 | " | 12 | " |
@@ -21,6 +21,8 @@ inherit cmake pkgconfig binconfig | |||
21 | PACKAGES =+ "${PN}-c" | 21 | PACKAGES =+ "${PN}-c" |
22 | FILES_${PN}-c = "${libdir}/libtag_c.so.*" | 22 | FILES_${PN}-c = "${libdir}/libtag_c.so.*" |
23 | 23 | ||
24 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}" | ||
25 | |||
24 | do_configure_prepend () { | 26 | do_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 |