summaryrefslogtreecommitdiffstats
path: root/package/kvmtool
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-11-11 18:01:59 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-11 21:28:36 +0100
commit1595020670aec5185dcc01df0d42c0905f930928 (patch)
treed1ada1e530ff2cef788b579b9b0d1b676b61b62d /package/kvmtool
parent7a21e6e9e3095197267d11c0844e94d648d5f379 (diff)
downloadbuildroot-1595020670aec5185dcc01df0d42c0905f930928.tar.gz
buildroot-1595020670aec5185dcc01df0d42c0905f930928.zip
package/kvmtool: fix a musl build issue on ARM
We simply bump the version rather than backport the patch, as there has been only very few, minor commits in-between. The kvmtool build with musl still produce some warning but they are fixed with the current master 0093df80 (kvmtool: Makefile: disable PIE build for bios and pre_init). So the next version bump should fixes them. Fixes: http://autobuild.buildroot.net/results/8e8/8e81354e82a8c0495e2ca465eb79cb8cf4c9b153 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kvmtool')
-rw-r--r--package/kvmtool/kvmtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kvmtool/kvmtool.mk b/package/kvmtool/kvmtool.mk
index 7f682db625..12454e1bfd 100644
--- a/package/kvmtool/kvmtool.mk
+++ b/package/kvmtool/kvmtool.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KVMTOOL_VERSION = 372f583d359a5bdcbbe7268809c8d1dc179c64d2
+KVMTOOL_VERSION = bed2bd9e1fbef5819090feeada7b86eed97ca5e2
KVMTOOL_SITE = $(BR2_KERNEL_MIRROR)/scm/linux/kernel/git/will/kvmtool.git
KVMTOOL_SITE_METHOD = git
KVMTOOL_DEPENDENCIES = \
OpenPOWER on IntegriCloud