ltp-testsuite: Bump to version 20180515
authorPetr Vorel <petr.vorel@gmail.com>
Tue, 15 May 2018 14:56:22 +0000 (16:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 19 May 2018 20:46:54 +0000 (22:46 +0200)
Dropped patch applied by upstream + LTP_TESTSUITE_AUTORECONF = YES which
this patch required and thus not needed any more.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ltp-testsuite/0002-numa-Fix-numa-v2-detection-for-cross-compilation.patch [deleted file]
package/ltp-testsuite/ltp-testsuite.hash
package/ltp-testsuite/ltp-testsuite.mk

diff --git a/package/ltp-testsuite/0002-numa-Fix-numa-v2-detection-for-cross-compilation.patch b/package/ltp-testsuite/0002-numa-Fix-numa-v2-detection-for-cross-compilation.patch
deleted file mode 100644 (file)
index 6ad1db0..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 01c134f30be755a43af12a4ae2c31177d04be790 Mon Sep 17 00:00:00 2001
-From: Petr Vorel <pvorel@suse.cz>
-Date: Mon, 29 Jan 2018 10:31:40 +0100
-Subject: [PATCH] numa: Fix numa v2 detection for cross compilation
-
-Changed to AC_COMPILE_IFELSE as AC_RUN_IFELSE cannot be run while
-cross compiling.
-
-Bug found by Buildroot project.
-
-Signed-off-by: Petr Vorel <pvorel@suse.cz>
-Reported-by: Baruch Siach <baruch@tkos.co.il>
----
- m4/ltp-numa.m4 | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/m4/ltp-numa.m4 b/m4/ltp-numa.m4
-index fc3383e97..633f54c18 100644
---- a/m4/ltp-numa.m4
-+++ b/m4/ltp-numa.m4
-@@ -28,11 +28,11 @@ AC_DEFUN([LTP_CHECK_SYSCALL_NUMA], [
-       AC_CHECK_HEADERS([numa.h numaif.h], [], [have_numa_headers=no])
-       if test "x$have_numa_headers" != "xno"; then
--              AC_RUN_IFELSE([AC_LANG_PROGRAM([
-+              AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
- #include <numa.h>
-               ], [
- #if LIBNUMA_API_VERSION < 2
--exit(1);
-+# error Required numa headers >= 2
- #endif
-               ])], [have_numa_headers_v2=yes])
-       fi
--- 
-2.16.0
-
index d75d204385ac11ca73f5f2dd5f511a1e655cbf18..93ab41d3b78372235ae8a73e28cead510c432a74 100644 (file)
@@ -1,2 +1,2 @@
-# From: https://github.com/linux-test-project/ltp/releases/download/20180118/ltp-full-20180118.tar.xz.sha1
-sha1 2e643f1e29cd89efc8059729f60237a427fd409e  ltp-full-20180118.tar.xz
+# From: https://github.com/linux-test-project/ltp/releases/download/20180515/ltp-full-20180515.tar.xz.sha1
+sha1 db424d391987ff62664662210ef98cd42c7cc6b5  ltp-full-20180515.tar.xz
index f5ea4344edc28bede872e83593ab51f1aa6053ae..b536dbd36983de9320539aabf862864f58a9ad3f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTP_TESTSUITE_VERSION = 20180118
+LTP_TESTSUITE_VERSION = 20180515
 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
 LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)
 LTP_TESTSUITE_LICENSE = GPL-2.0, GPL-2.0+
@@ -57,9 +57,6 @@ LTP_TESTSUITE_CONF_ENV += \
        LIBS="$(LTP_TESTSUITE_LIBS)" \
        SYSROOT="$(STAGING_DIR)"
 
-# Required by patch 0002-numa-Fix-numa-v2-detection-for-cross-compilation.patch
-LTP_TESTSUITE_AUTORECONF = YES
-
 # Requires uClibc fts and bessel support, normally not enabled
 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
 define LTP_TESTSUITE_REMOVE_UNSUPPORTED