mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
537e806f8c
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8f06d92095
commit
f108906d2b
|
@ -3,14 +3,11 @@ HOMEPAGE = "http://www.debath.co.uk/dev86/"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
PR="r0"
|
|
||||||
|
|
||||||
SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.tar.gz"
|
SRCREV = "c6f36cbafa979710b809f117562773dbd6825918"
|
||||||
|
SRC_URI = "git://github.com/lkundrak/${BPN}.git;protocol=https"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "288af53f256300777efc91d97c082fda"
|
S = "${WORKDIR}/git"
|
||||||
SRC_URI[sha256sum] = "533f2a0d2ed61223040f27e5cd007a11d969aaf34f6b709ece122b1e6fc50580"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/dev86-${PV}"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D}"
|
EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D}"
|
Loading…
Reference in New Issue
Block a user