Yocto Meta Virtualization
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest
@ 2021-11-07 17:37 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:19 ` [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest Bruce Ashfield
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2021-11-07 17:37 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Martin Jansa

* 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);
  |       |                                ^~~~~~

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-08 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [meta-virtualization][PATCH 1/2] irqbalance: bump SRCREV to latest Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox