diff options
author | Armin Kuster <akuster@mvista.com> | 2018-03-27 07:23:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:04 +0100 |
commit | 36166dbade7ef35ef656068425d3bde6607ab9c5 (patch) | |
tree | 1fab6250fbd9dbe0f53c699118d9d1d9acc2215d /meta/recipes-graphics | |
parent | 5a683ef2b168c001a56b97b04c88d1d13558fde1 (diff) | |
download | poky-36166dbade7ef35ef656068425d3bde6607ab9c5.tar.gz |
libshmfence: update to 1.3
The extensions patch was merged upstream and is no longer needed.
(From OE-Core rev: 1e89528b259e784e2e8d526dc2e0357eccddfd1c)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch | 17 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb (renamed from meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb) | 6 |
2 files changed, 2 insertions, 21 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch deleted file mode 100644 index 4cc9e05ab5..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | With glibc 2.27 memfd_create is behind a _GNU_SOURCE guard, so call | ||
2 | AC_USE_SYSTEM_EXTENSIONS to get that defined. | ||
3 | |||
4 | Upstream-Status: Submitted | ||
5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
6 | |||
7 | diff --git a/configure.ac b/configure.ac | ||
8 | index 0c98875..ebf4dee 100644 | ||
9 | --- a/configure.ac | ||
10 | +++ b/configure.ac | ||
11 | @@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am]) | ||
12 | AC_CONFIG_HEADERS([config.h]) | ||
13 | |||
14 | +AC_USE_SYSTEM_EXTENSIONS | ||
15 | + | ||
16 | # Initialize Automake | ||
17 | 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.3.bb index 1df068d1b0..85a48e4c58 100644 --- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb | |||
@@ -13,7 +13,5 @@ DEPENDS += "virtual/libx11" | |||
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
15 | 15 | ||
16 | SRC_URI += "file://extensions.patch" | 16 | SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937" |
17 | 17 | SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7" | |
18 | SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e" | ||
19 | SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c" | ||