]> code.ossystems Code Review - openembedded-core.git/commitdiff
guilt: change upstream tgz location
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 13 Nov 2012 20:30:06 +0000 (15:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 16:44:54 +0000 (16:44 +0000)
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 <bruce.ashfield@windriver.com>
meta/recipes-devtools/guilt/guilt-native_0.33.bb

index 03763f767824ff9fa20a3988c44df715ae7a74aa..754b528271162577179810a4dbd3646a83018a67 100644 (file)
@@ -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 \