irqbalance: bump SRCREV to latest

* 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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Martin Jansa 2021-11-07 18:37:22 +01:00 committed by Bruce Ashfield
parent 2c03be05dd
commit 3b91a3104a

View File

@ -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"