From 5f5765a924eaf3124ddf94c316838ba1fcad3117 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 Dec 2022 15:33:17 +0800 Subject: [PATCH] libxshmfence: upgrade 1.3.1 -> 1.3.2 Changelog: configure: Use AC_SYS_LARGEFILE to enable large file support Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../xorg-lib/{libxshmfence_1.3.1.bb => libxshmfence_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxshmfence_1.3.1.bb => libxshmfence_1.3.2.bb} (87%) diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb similarity index 87% rename from meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb rename to meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb index be793882dc2..6b9ed20ae70 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb @@ -16,6 +16,6 @@ EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch" XORG_EXT = "tar.xz" -SRC_URI[sha256sum] = "1129f95147f7bfe6052988a087f1b7cb7122283d2c47a7dbf7135ce0df69b4f8" +SRC_URI[sha256sum] = "870df257bc40b126d91b5a8f1da6ca8a524555268c50b59c0acd1a27f361606f" BBCLASSEXTEND = "native nativesdk" -- 2.47.3