diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:16:20 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:50 -0700 |
commit | 81c9ce2fdd74b7c0c664dec0b9f730fee97a086c (patch) | |
tree | c670516bc300e915572c4cf321dc9fcb179ddeaf /meta/recipes-support | |
parent | 13544fbc6217fee1731a6da1e2cf94901a500842 (diff) | |
download | openembedded-core-81c9ce2fdd74b7c0c664dec0b9f730fee97a086c.tar.gz openembedded-core-81c9ce2fdd74b7c0c664dec0b9f730fee97a086c.tar.bz2 openembedded-core-81c9ce2fdd74b7c0c664dec0b9f730fee97a086c.zip |
taglib: correct location of taglib-config to -dev
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 \ file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" -PR = "r1" +PR = "r2" # http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \ file://configuretweak.patch \ @@ -20,7 +20,6 @@ S = "${WORKDIR}/taglib-${PV}" inherit autotools pkgconfig binconfig PACKAGES =+ "${PN}-c" -FILES_${PN}-dbg += "${bindir}/taglib-config" FILES_${PN}-c = "${libdir}/libtag_c.so.*" do_configure_prepend () { |