diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2017-07-23 18:05:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-24 17:57:14 +0200 |
commit | a217f0e67fbb5013f14ca251b27df136a0433a75 (patch) | |
tree | d668d403a264facb54de9029e0f027570d19dd4b /package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch | |
parent | 168cac4fbce91233710903426f40887456b349df (diff) | |
download | buildroot-a217f0e67fbb5013f14ca251b27df136a0433a75.tar.gz buildroot-a217f0e67fbb5013f14ca251b27df136a0433a75.zip |
xvisor: bump version to 0.29
Bump version to 0.29, drop deprecated patch and update dependencies.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch')
-rw-r--r-- | package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch b/package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch deleted file mode 100644 index f056625470..0000000000 --- a/package/xvisor/0001-Makefile-Fix-oldconfig-make-target.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 99bbdc042ee4c92a13edcfeaf336aa755a199d0f Mon Sep 17 00:00:00 2001 -From: Anup Patel <anup@brainfault.org> -Date: Sun, 11 Sep 2016 19:53:40 +0530 -Subject: [PATCH] Makefile: Fix oldconfig make target - -Use "-s" instead of "-o" option of "openconf/conf" tool because -the "-o" option does not generate all required openconf files. - -Signed-off-by: Anup Patel <anup@brainfault.org> -Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 149a682..e05e801 100644 ---- a/Makefile -+++ b/Makefile -@@ -434,7 +434,7 @@ menuconfig: - oldconfig: - $(V)mkdir -p $(OPENCONF_TMPDIR) - $(V)$(MAKE) -C tools/openconf oldconfig -- ./tools/openconf/conf -o $(OPENCONF_INPUT) -+ ./tools/openconf/conf -s $(OPENCONF_INPUT) - - # Rule for "make savedefconfig" - .PHONY: savedefconfig --- -2.4.11 - |