diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2015-08-12 09:39:47 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-13 23:40:35 -0400 |
commit | d05ace5d95bfa19ce755af2031c620b500a46178 (patch) | |
tree | bdb0d0993c6f2db0b57bf7194ddfbd43bdc87d62 | |
parent | aba08dee6965c4a3f9761d881e2639647205f2e9 (diff) | |
download | meta-virtualization-d05ace5d95bfa19ce755af2031c620b500a46178.tar.gz |
dev86: adjust SRC_URI to author's new site
Update the SRC_URI to the author's new site where the hosted files match
the existing md5sum and sha256sum.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/dev86/dev86_0.16.19.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-extended/dev86/dev86_0.16.19.bb index 5e26a758..0402c999 100644 --- a/recipes-extended/dev86/dev86_0.16.19.bb +++ b/recipes-extended/dev86/dev86_0.16.19.bb | |||
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
5 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
6 | PR="r0" | 6 | PR="r0" |
7 | 7 | ||
8 | SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip" | 8 | SRC_URI="http://v3.sk/~lkundrak/dev86/archive/Dev86src-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e" | 10 | SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942" |
11 | SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0" | 11 | SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e" |
12 | 12 | ||
13 | S = "${WORKDIR}/dev86-${PV}" | 13 | S = "${WORKDIR}/dev86-${PV}" |
14 | 14 | ||