* 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 <[email protected]>
---
 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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6885): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6885
Mute This Topic: https://lists.yoctoproject.org/mt/86887089/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to