summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-04-04 11:25:57 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-06 20:36:34 -0400
commitf108906d2bdcdc34813e7103c36ee618aba33e6d (patch)
tree7fc91690587b75f62bd09df7cd4d297d1ff255d3 /recipes-extended
parent8f06d920950f969ab0741df3dfbffa67142e8fa3 (diff)
downloadmeta-virtualization-f108906d2bdcdc34813e7103c36ee618aba33e6d.tar.gz
dev86: upgrade to 0.16.21 and fix SRC_URI
* don't use github archives * upgrade to fix build with security-flags.inc enabled, fixed upstream in: https://github.com/lkundrak/dev86/commit/537e806f8c62b26c5d5fa912f383f4a7d558574d Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dev86/dev86_0.16.21.bb (renamed from recipes-extended/dev86/dev86_0.16.20.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-extended/dev86/dev86_0.16.20.bb b/recipes-extended/dev86/dev86_0.16.21.bb
index d93e4871..d38f7bda 100644
--- a/recipes-extended/dev86/dev86_0.16.20.bb
+++ b/recipes-extended/dev86/dev86_0.16.21.bb
@@ -3,14 +3,11 @@ HOMEPAGE = "http://www.debath.co.uk/dev86/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR="r0"
7 6
8SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.tar.gz" 7SRCREV = "c6f36cbafa979710b809f117562773dbd6825918"
8SRC_URI = "git://github.com/lkundrak/${BPN}.git;protocol=https"
9 9
10SRC_URI[md5sum] = "288af53f256300777efc91d97c082fda" 10S = "${WORKDIR}/git"
11SRC_URI[sha256sum] = "533f2a0d2ed61223040f27e5cd007a11d969aaf34f6b709ece122b1e6fc50580"
12
13S = "${WORKDIR}/dev86-${PV}"
14 11
15BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native"
16EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D}" 13EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D}"