From 5915b8827b5b6aca31f257651da1c7a61b8d8221 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 23 Mar 2018 20:05:14 -0700 Subject: libshmfence: update to 1.3 refreshed patch Signed-off-by: Armin Kuster --- .../xorg-lib/libxshmfence/extensions.patch | 14 ++++++++------ meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb | 19 ------------------- meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch index 4cc9e05ab5..461fe832ca 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch +++ b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch @@ -4,14 +4,16 @@ AC_USE_SYSTEM_EXTENSIONS to get that defined. Upstream-Status: Submitted Signed-off-by: Ross Burton -diff --git a/configure.ac b/configure.ac -index 0c98875..ebf4dee 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am]) - AC_CONFIG_HEADERS([config.h]) +Index: libxshmfence-1.3/configure.ac +=================================================================== +--- libxshmfence-1.3.orig/configure.ac ++++ libxshmfence-1.3/configure.ac +@@ -30,6 +30,8 @@ AC_CONFIG_HEADERS([config.h]) + + AC_USE_SYSTEM_EXTENSIONS +AC_USE_SYSTEM_EXTENSIONS + # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) + diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb deleted file mode 100644 index 1df068d1b0..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb +++ /dev/null @@ -1,19 +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 = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" - -DEPENDS += "virtual/libx11" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += "file://extensions.patch" - -SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e" -SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c" diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb new file mode 100644 index 0000000000..f6f5fb2dc0 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb @@ -0,0 +1,19 @@ +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 = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" + +DEPENDS += "virtual/libx11" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += "file://extensions.patch" + +SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" +SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" -- cgit 1.2.3-korg