From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Martin Jansa <Martin.Jansa@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
Date: Tue, 6 Apr 2021 20:36:42 -0400 [thread overview]
Message-ID: <20210407003641.GC25009@gmail.com> (raw)
In-Reply-To: <20210404092558.2059318-2-Martin.Jansa@gmail.com> <20210404092558.2059318-1-Martin.Jansa@gmail.com>
merged
Bruce
In message: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
on 04/04/2021 Martin Jansa wrote:
> * 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>
> ---
> .../dev86/{dev86_0.16.20.bb => dev86_0.16.21.bb} | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
> rename recipes-extended/dev86/{dev86_0.16.20.bb => dev86_0.16.21.bb} (76%)
>
> diff --git a/recipes-extended/dev86/dev86_0.16.20.bb b/recipes-extended/dev86/dev86_0.16.21.bb
> similarity index 76%
> rename from recipes-extended/dev86/dev86_0.16.20.bb
> rename to recipes-extended/dev86/dev86_0.16.21.bb
> index d93e487..d38f7bd 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/"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
> 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"
> -SRC_URI[sha256sum] = "533f2a0d2ed61223040f27e5cd007a11d969aaf34f6b709ece122b1e6fc50580"
> -
> -S = "${WORKDIR}/dev86-${PV}"
> +S = "${WORKDIR}/git"
>
> BBCLASSEXTEND = "native"
> EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D}"
> --
> 2.30.2
>
>
>
>
next prev parent reply other threads:[~2021-04-07 0:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 9:25 [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI Martin Jansa
2021-04-04 9:25 ` [meta-virtualization][PATCH 2/2] dev86: fix ldflags QA issue by passing LDFLAGS Martin Jansa
2021-04-07 0:36 ` Bruce Ashfield [this message]
2021-04-07 0:37 ` [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210407003641.GC25009@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=Martin.Jansa@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.