From 47e54e2dfd4881cefe18a4e47f7ea1372fb5e304 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 10 Nov 2022 19:12:37 +0100 Subject: libxshmfence: update 1.3 -> 1.3.1 (From OE-Core rev: 05841d0ba84587bc428acf0953e14c392ace9b85) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb | 21 +++++++++++++++++++++ meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb delete mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb new file mode 100644 index 0000000000..be793882dc --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Shared memory 'SyncFence' synchronization primitive" + +DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \ +with the X SyncFence objects that can be shared between processes \ +using file descriptor passing." + +require xorg-lib-common.inc + +LICENSE = "HPND" +LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" + +DEPENDS += "virtual/libx11" + +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" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb deleted file mode 100644 index b0b6cb6b56..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Shared memory 'SyncFence' synchronization primitive" - -DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \ -with the X SyncFence objects that can be shared between processes \ -using file descriptor passing." - -require xorg-lib-common.inc - -LICENSE = "HPND" -LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" - -DEPENDS += "virtual/libx11" - -EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm" - -SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch" - -SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" -SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf