package/apitrace: bump version
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 21 May 2017 17:11:01 +0000 (19:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 22 May 2017 13:59:15 +0000 (15:59 +0200)
Currently we have version 7.0, released July 2015. Latest upstream
release 7.1, which dates back to November 2015, causes build errors.

Therefore we bump to git HEAD, updated May 2017, which builds fine.

The package requires gcc-4.9 or later now:
https://github.com/apitrace/apitrace/commit/2940c642832ba9dd0322a351034a2c52331e6e2b

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/apitrace/Config.in
package/apitrace/apitrace.hash
package/apitrace/apitrace.mk

index 7fdd35af3e02cd97c06828752934ac70f6735734..b622823c29490ea0ca33bc4af9a3d27654ab7865 100644 (file)
@@ -1,13 +1,13 @@
-comment "apitrace needs a glibc toolchain w/ C++, gcc >= 4.6"
+comment "apitrace needs a glibc toolchain w/ C++, gcc >= 4.9"
        depends on BR2_PACKAGE_XORG7
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC \
-               || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
+               || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
 
 config BR2_PACKAGE_APITRACE
        bool "apitrace"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_USES_GLIBC # uses glibc specific __libc_dlsym
-       depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
+       depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
        depends on BR2_PACKAGE_XORG7
        select BR2_PACKAGE_XLIB_LIBX11
        select BR2_PACKAGE_LIBPNG
index eac470b03d21995f94e6f0e4d307fec83d126fc9..1daaa46e841400113d768fe4960ab80be36f9504 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 21d0cc765b84e537c5a3a117073818942653b85685b9633d364836ccfe0b9fd5  apitrace-7.0.tar.gz
+sha256 0aae8902696ad23ba91d61c57007861a3f6e3c2d4f0f43b783b4b7a58e3f9172  apitrace-15d7f975f9688372467ebd63d2a57d3957823f93.tar.gz
index fbd957c617571b9bd17a00db22067ee527e8066c..c66f6b3e38f15beda5d8fca158c3fdd66a3e95ea 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-APITRACE_VERSION = 7.0
+APITRACE_VERSION = 15d7f975f9688372467ebd63d2a57d3957823f93
 APITRACE_SITE = $(call github,apitrace,apitrace,$(APITRACE_VERSION))
 APITRACE_LICENSE = MIT
 APITRACE_LICENSE_FILES = LICENSE