summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guilt
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-11-13 15:30:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:52 +0000
commit989bc4e4c6950d25ca62a14ea9bcb61cb3399df7 (patch)
treecb9a6dd64c53eef001e03ce0f22461c376806ff2 /meta/recipes-devtools/guilt
parente85911e936e4408a2d598f18a5dabaec67821170 (diff)
downloadpoky-989bc4e4c6950d25ca62a14ea9bcb61cb3399df7.tar.gz
guilt: change upstream tgz location
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. (From OE-Core rev: 71f281f40e25bdd3ea052cb673d06c1a250e618f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guilt')
-rw-r--r--meta/recipes-devtools/guilt/guilt-native_0.33.bb4
1 files 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 03763f7678..754b528271 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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
5 5
6PV = "0.33" 6PV = "0.33"
7PR = "r1" 7PR = "r2"
8 8
9inherit native 9inherit native
10 10
11SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\ 11SRC_URI = "http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_${PV}.orig.tar.gz\
12 file://guilt-push.patch \ 12 file://guilt-push.patch \
13 file://guilt-pop.patch \ 13 file://guilt-pop.patch \
14 file://guilt.patch \ 14 file://guilt.patch \