]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
xorg-lib: drop native overrides for REQUIRED_DISTRO_FEATURES
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Mar 2019 17:16:27 +0000 (18:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 May 2019 09:12:53 +0000 (10:12 +0100)
x11 is actually always present in native DISTRO_FEATURES, and
so it's fine to require it in all cases.

(From OE-Core rev: 1d9f1da619089fc8edee027261b1fbe2e673091b)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc

index 84303e6246f5473881f34eb8bfc1e939a49ed3e3..518249ee9227171378bb1716d9b913c91e9cafdd 100644 (file)
@@ -30,7 +30,6 @@ inherit autotools pkgconfig distro_features_check
 
 # The libxau and others requires x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
-REQUIRED_DISTRO_FEATURES_class-native = ""
 
 export PYTHON = "python3"
 
index 6f4e44454f23285110f6a1844e22d5ebc640f0f8..09df0109cb826bb11faac5560ee2b7dc600264c0 100644 (file)
@@ -24,4 +24,3 @@ UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0ret
 "
 
 REQUIRED_DISTRO_FEATURES ?= "x11"
-REQUIRED_DISTRO_FEATURES_class-native = ""