diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-11-07 18:37:22 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-08 09:18:20 -0500 |
| commit | 3b91a3104ab377d94b12787e0a1b13deb55e78c6 (patch) | |
| tree | f77a56a074dac8fe24669e0375d005a8fa71f5f5 | |
| parent | 2c03be05ddae946fb6b9bc1627c6fded0622ec6a (diff) | |
| download | meta-virtualization-3b91a3104ab377d94b12787e0a1b13deb55e78c6.tar.gz | |
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>
| -rw-r--r-- | recipes-extended/irqbalance/irqbalance_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb index 0911201d..57611855 100644 --- a/recipes-extended/irqbalance/irqbalance_git.bb +++ b/recipes-extended/irqbalance/irqbalance_git.bb | |||
| @@ -4,10 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | require irqbalance.inc | 5 | require irqbalance.inc |
| 6 | 6 | ||
| 7 | # commit tagged as version 1.7.0 | 7 | SRCREV = "a97266548398870c2dde034e48a8c9e3c1893acb" |
| 8 | # | 8 | PV = "1.8.0+git${SRCPV}" |
| 9 | SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28" | ||
| 10 | PV = "1.8.0" | ||
| 11 | 9 | ||
| 12 | SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \ |
| 13 | file://add-initscript.patch \ | 11 | file://add-initscript.patch \ |
| @@ -16,3 +14,5 @@ SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \ | |||
| 16 | " | 14 | " |
| 17 | 15 | ||
| 18 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | |||
| 18 | CFLAGS += "-Wno-error=format-security" | ||
