diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:16:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:57 +0100 |
commit | 7a66997322cba1613d0b7a6faef9fa09b8dd7629 (patch) | |
tree | 0d18aee9211ccfe29864edcc941b8cd8364fbcbb /meta/recipes-support | |
parent | da99f5d20c5c43b8f559763935f89e4aa43bbf1e (diff) | |
download | poky-7a66997322cba1613d0b7a6faef9fa09b8dd7629.tar.gz |
taglib: correct location of taglib-config to -dev
(From OE-Core rev: 81c9ce2fdd74b7c0c664dec0b9f730fee97a086c)
Signed-off-by: Saul Wold <sgw@linux.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.6.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index 97980f7d28..bda7d027ae 100644 --- a/meta/recipes-support/taglib/taglib_1.6.3.bb +++ b/meta/recipes-support/taglib/taglib_1.6.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ | |||
6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ | 6 | file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ |
7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" | 7 | file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r2" |
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 = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \ | 11 | SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \ |
12 | file://configuretweak.patch \ | 12 | file://configuretweak.patch \ |
@@ -20,7 +20,6 @@ S = "${WORKDIR}/taglib-${PV}" | |||
20 | inherit autotools pkgconfig binconfig | 20 | inherit autotools pkgconfig binconfig |
21 | 21 | ||
22 | PACKAGES =+ "${PN}-c" | 22 | PACKAGES =+ "${PN}-c" |
23 | FILES_${PN}-dbg += "${bindir}/taglib-config" | ||
24 | FILES_${PN}-c = "${libdir}/libtag_c.so.*" | 23 | FILES_${PN}-c = "${libdir}/libtag_c.so.*" |
25 | 24 | ||
26 | do_configure_prepend () { | 25 | do_configure_prepend () { |