]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-apitrace: Upgrade to 10.0.0
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 27 Jan 2022 18:14:29 +0000 (12:14 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Sat, 29 Jan 2022 22:10:03 +0000 (16:10 -0600)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace/0001-dlsym-workaround-glibc-2.34-build-failure.patch
recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb [moved from recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb with 94% similarity]

index 9f3410d7d298ffa73baa4eb56244472db7f5ff23..2ed5587f71d802a2881a61df188699d0f1d00611 100644 (file)
@@ -15,19 +15,16 @@ Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
  wrappers/dlsym.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/wrappers/dlsym.cpp b/wrappers/dlsym.cpp
-index cdf5cfdb..4061afc4 100644
---- a/wrappers/dlsym.cpp
-+++ b/wrappers/dlsym.cpp
+Index: git/wrappers/dlsym.cpp
+===================================================================
+--- git.orig/wrappers/dlsym.cpp
++++ git/wrappers/dlsym.cpp
 @@ -34,7 +34,7 @@
  #include "os.hpp"
  
  
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && !(__GLIBC__ == 2 && __GLIBC_MINOR__ >= 34)
+-#if defined(__GLIBC__) && !defined(__UCLIBC__)
++#if defined(__GLIBC__) && !defined(__UCLIBC__) && !(__GLIBC__ == 2 && __GLIBC_MINOR__ >= 34)
  
  
  #include <dlfcn.h>
--- 
-2.17.1
-
similarity index 94%
rename from recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb
rename to recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
index dfa8dde7018b7ce046de6f150d882c674a86f935..c272d1b70896e925bc20f7c68b92806e39a9d41b 100644 (file)
@@ -4,10 +4,10 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50"
 DEPENDS = "imx-gpu-viv zlib libpng procps"
 
-SRC_URI = "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https;branch=imx_9.0 \
+SRC_URI = "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https;branch=imx_10.0 \
            file://0001-dlsym-workaround-glibc-2.34-build-failure.patch \
 "
-SRCREV = "c50e6a954e44998f2e3793a8de863e961f8008c6"
+SRCREV = "90a59407f1cddd31b4dac67e5a2500100eb091bc"
 
 S = "${WORKDIR}/git"