diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-11-16 16:24:37 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:26 -0800 |
commit | ba6a6da7257ce774ecffb87c535662261f6abfd1 (patch) | |
tree | e4d1504a43f42b827d91bdae806f45f76e2abbee /meta/recipes-support | |
parent | 5958098e4f6afc323dda591ecbf7b5a0dc6b68e0 (diff) | |
download | openembedded-core-ba6a6da7257ce774ecffb87c535662261f6abfd1.tar.gz openembedded-core-ba6a6da7257ce774ecffb87c535662261f6abfd1.tar.bz2 openembedded-core-ba6a6da7257ce774ecffb87c535662261f6abfd1.zip |
taglib: Change upstream location due to failing fetch
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb b/meta/recipes-support/taglib/taglib_1.6.3.bb index 014c34886c..868c173dec 100644 --- a/meta/recipes-support/taglib/taglib_1.6.3.bb +++ b/meta/recipes-support/taglib/taglib_1.6.3.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=db979804f025cf55aabec7129cb671ed \ file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \ file://taglib/audioproperties.h;beginline=1;endline=24;md5=39dcdd772f378a0f8c9a41bc929eccce" -PR = "r0" - -SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \ +PR = "r1" +# http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz +SRC_URI = "http://launchpad.net/${PN}/trunk/${PV}/+downloads/${PN}-${PV}.tar.gz \ file://configuretweak.patch;patch=1 \ file://nolibtool.patch;patch=1" |