summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj105rob <j105.rob@gmail.com>2015-02-13 07:04:02 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-17 09:42:22 -0400
commit8ec8270017fbeae8fcb8c2d82a60a9f5116b0cf2 (patch)
treeccaa546db7c67a8c17181cf14a80776ab0f5ccba
parentb0745517d1d8f4b6b51bc1256344cf1db7001a53 (diff)
downloadmeta-virtualization-dizzy.tar.gz
dev86: Adjusted the SRC_URI of the source code.dizzy
The SRC_URI of the source code was returning a 404. After locating the correct URI for this version of the source code, updated the SRC_URI & hashes. Signed-off-by: j105rob <j105.rob@gmail.com>
-rw-r--r--recipes-extended/dev86/dev86_0.16.19.bb6
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 807504ed..5e26a758 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"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR="r0" 6PR="r0"
7 7
8SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz" 8SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
9 9
10SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942" 10SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
11SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e" 11SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
12 12
13S = "${WORKDIR}/dev86-${PV}" 13S = "${WORKDIR}/dev86-${PV}"
14 14