[meta-virtualization] [PATCH] dev86: Adjusted the SRC_URI of the source code.

j105rob j105.rob at gmail.com
Fri Feb 13 04:04:02 PST 2015


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 at gmail.com>
---
 recipes-extended/dev86/dev86_0.16.19.bb | 6 +++---
 1 file 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 807504e..5e26a75 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"
 SECTION = "console/tools"
 PR="r0"
 
-SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
+SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
 
-SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
-SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
+SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
+SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
 
 S = "${WORKDIR}/dev86-${PV}"
 
-- 
2.3.0



More information about the meta-virtualization mailing list