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] irqbalance: bump SRCREV to latest
Date: Mon, 8 Nov 2021 09:19:37 -0500 [thread overview]
Message-ID: <20211108141934.GA18783@gmail.com> (raw)
In-Reply-To: <20211107173723.700787-1-Martin.Jansa@gmail.com>
In message: [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest
on 07/11/2021 Martin Jansa wrote:
> * remove the incorrect comment about SRCREV being 1.7.0
> * and add +git because the old SRCREV wasn't matching
> with 1.8.0 tag as well
>
> * add -Wno-error=format-security to work around build failures with newer ncurses-6.3 like:
> | ../git/ui/ui.c:45:32: error: format not a string literal and no format arguments [-Werror=format-security]
> | 45 | mvprintw(LINES - 1, 0, footer);
> | | ^~~~~~
Thanks for the cleanup! This is now merged.
Bruce
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> recipes-extended/irqbalance/irqbalance_git.bb | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb
> index 0911201..5761185 100644
> --- a/recipes-extended/irqbalance/irqbalance_git.bb
> +++ b/recipes-extended/irqbalance/irqbalance_git.bb
> @@ -4,10 +4,8 @@
>
> require irqbalance.inc
>
> -# commit tagged as version 1.7.0
> -#
> -SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28"
> -PV = "1.8.0"
> +SRCREV = "a97266548398870c2dde034e48a8c9e3c1893acb"
> +PV = "1.8.0+git${SRCPV}"
>
> SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \
> file://add-initscript.patch \
> @@ -16,3 +14,5 @@ SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \
> "
>
> S = "${WORKDIR}/git"
> +
> +CFLAGS += "-Wno-error=format-security"
> --
> 2.32.0
>
>
>
>
prev parent reply other threads:[~2021-11-08 14:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-07 17:37 [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest Martin Jansa
2021-11-07 17:37 ` [meta-virtualization][PATCH 2/2] yq: convert github SRC_URI to use https protocol Martin Jansa
2021-11-08 14:20 ` Bruce Ashfield
2021-11-08 14:19 ` Bruce Ashfield [this message]
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=20211108141934.GA18783@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.