From patchwork Wed Nov 14 15:03:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8/8] guilt: change upstream tgz location Date: Wed, 14 Nov 2012 15:03:04 -0000 From: Bruce Ashfield X-Patchwork-Id: 39055 Message-Id: <17efdd800ce28d91fd0113eb7ec4aee1338605b9.1352840087.git.bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Cc: linux-yocto@yoctoproject.org, Rahul.Saxena@intel.com, dvhart@linux.intel.com, openembedded-core@lists.openembedded.org The kernel.org mirror of the guilt tarball has been missing for a while and the yocto mirrors have been keeping builds working. Switching to a debian upstream is better than solely relying on the yocto mirrors for serving the tgz. Signed-off-by: Bruce Ashfield --- meta/recipes-devtools/guilt/guilt-native_0.33.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb index 03763f7..754b528 100644 --- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb @@ -4,11 +4,11 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" PV = "0.33" -PR = "r1" +PR = "r2" inherit native -SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\ +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_${PV}.orig.tar.gz\ file://guilt-push.patch \ file://guilt-pop.patch \ file://guilt.patch \