Skip to content

Commit

Permalink
package/kvm-unit-tests: bump version
Browse files Browse the repository at this point in the history
Most importantly this version includes a change to kvm-unit-tests which
means it will stop looking attempting to include host headers. This
change should fix build breakage on i386.

"ERROR: unsafe header/library path used in cross-compilation: '-I'
'/lib/modules/3.13.0-042stab111.12/build/include'"

The new version also includes more powerpc tests.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
cyrilbur-ibm authored and tpetazzoni committed Sep 25, 2016
1 parent c32f1ec commit c0fa315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kvm-unit-tests/kvm-unit-tests.mk
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KVM_UNIT_TESTS_VERSION = 682187afcc998bc3dd25061e98b43792cc340b33
KVM_UNIT_TESTS_VERSION = 0b04ed0610035792514fd8499eb4dacc185520d9
KVM_UNIT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/scm/virt/kvm/kvm-unit-tests.git
KVM_UNIT_TESTS_SITE_METHOD = git
KVM_UNIT_TESTS_LICENSE = LGPLv2
Expand Down

0 comments on commit c0fa315

Please sign in to comment.