diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 18:16:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-07 10:12:53 +0100 |
| commit | ab2be4385e3540cb169c6fa43adbd27622e950de (patch) | |
| tree | 09963a47ae2297c43db78900876081f0a451268d | |
| parent | e6992dfe75ba297584b5bb757ee728dbeda7a27a (diff) | |
| download | poky-ab2be4385e3540cb169c6fa43adbd27622e950de.tar.gz | |
xorg-lib: drop native overrides for REQUIRED_DISTRO_FEATURES
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>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb index 84303e6246..518249ee92 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb | |||
| @@ -30,7 +30,6 @@ inherit autotools pkgconfig distro_features_check | |||
| 30 | 30 | ||
| 31 | # The libxau and others requires x11 in DISTRO_FEATURES | 31 | # The libxau and others requires x11 in DISTRO_FEATURES |
| 32 | REQUIRED_DISTRO_FEATURES = "x11" | 32 | REQUIRED_DISTRO_FEATURES = "x11" |
| 33 | REQUIRED_DISTRO_FEATURES_class-native = "" | ||
| 34 | 33 | ||
| 35 | export PYTHON = "python3" | 34 | export PYTHON = "python3" |
| 36 | 35 | ||
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 6f4e44454f..09df0109cb 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
| @@ -24,4 +24,3 @@ UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0ret | |||
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | REQUIRED_DISTRO_FEATURES ?= "x11" | 26 | REQUIRED_DISTRO_FEATURES ?= "x11" |
| 27 | REQUIRED_DISTRO_FEATURES_class-native = "" | ||
