summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch10
-rw-r--r--recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch10
-rw-r--r--recipes-extended/kvmtool/kvmtool_git.bb (renamed from recipes-extended/kvmtool/kvmtool.bb)2
3 files changed, 11 insertions, 11 deletions
diff --git a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
index 1200f707..248d6cc0 100644
--- a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
+++ b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
@@ -14,10 +14,10 @@ Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
14 Makefile | 2 ++ 14 Makefile | 2 ++
15 1 file changed, 2 insertions(+) 15 1 file changed, 2 insertions(+)
16 16
17diff --git a/Makefile b/Makefile 17Index: git/Makefile
18index c05b2c0..2ce753f 100644 18===================================================================
19--- a/Makefile 19--- git.orig/Makefile
20+++ b/Makefile 20+++ git/Makefile
21@@ -2,6 +2,8 @@ 21@@ -2,6 +2,8 @@
22 # Define WERROR=0 to disable -Werror. 22 # Define WERROR=0 to disable -Werror.
23 # 23 #
@@ -25,5 +25,5 @@ index c05b2c0..2ce753f 100644
25+CFLAGS += $(EXTRA_CFLAGS) 25+CFLAGS += $(EXTRA_CFLAGS)
26+ 26+
27 ifeq ($(strip $(V)),) 27 ifeq ($(strip $(V)),)
28 ifeq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 28 ifeq ($(findstring s,$(filter-out --%,$(firstword $(MAKEFLAGS)))),)
29 E = @echo 29 E = @echo
diff --git a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
index 3ac3fecc..fbde7cd4 100644
--- a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
+++ b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
@@ -11,15 +11,15 @@ Upstream-Status: Inappropriate [embedded specific]
11 Makefile | 1 + 11 Makefile | 1 +
12 1 file changed, 1 insertion(+) 12 1 file changed, 1 insertion(+)
13 13
14diff --git a/Makefile b/Makefile 14Index: git/Makefile
15index 2ce753f..fe2e3cb 100644 15===================================================================
16--- a/Makefile 16--- git.orig/Makefile
17+++ b/Makefile 17+++ git/Makefile
18@@ -4,6 +4,7 @@ 18@@ -4,6 +4,7 @@
19 19
20 CFLAGS += $(EXTRA_CFLAGS) 20 CFLAGS += $(EXTRA_CFLAGS)
21 21
22+WERROR = 0 22+WERROR = 0
23 ifeq ($(strip $(V)),) 23 ifeq ($(strip $(V)),)
24 ifeq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 24 ifeq ($(findstring s,$(filter-out --%,$(firstword $(MAKEFLAGS)))),)
25 E = @echo 25 E = @echo
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool_git.bb
index 53d8f9d2..141fb02d 100644
--- a/recipes-extended/kvmtool/kvmtool.bb
+++ b/recipes-extended/kvmtool/kvmtool_git.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git;branch
16 file://0003-kvmtool-Werror-disabled.patch \ 16 file://0003-kvmtool-Werror-disabled.patch \
17 " 17 "
18 18
19SRCREV = "336751fb10ef24e65cd2f25c450da1d52ff5b33c" 19SRCREV = "4d2c017f41533b0e51e00f689050c26190a15318"
20PV = "5.10.0+git" 20PV = "5.10.0+git"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"