mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
libx11-compose-data: Use CONFLICT_DISTRO_FEATURES to skip when x11
So that PARSE_ALL_RECIPES will work. (From OE-Core rev: c925098dc0faf2b69637de914958557b23615c7a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
77923f9269
commit
6cccd3e112
@@ -1,11 +1,6 @@
|
||||
SUMMARY = "Xlib: Compose data files for libx11"
|
||||
DESCRIPTION = "This package provides the compose data files for libx11."
|
||||
|
||||
python () {
|
||||
if bb.utils.contains('DISTRO_FEATURES', 'x11', True, False, d):
|
||||
raise bb.parse.SkipRecipe("libx11-compose-data is incompatible with x11 distro feature, use libx11 instead.")
|
||||
}
|
||||
|
||||
require xorg-lib-common.inc
|
||||
|
||||
LICENSE = "MIT & BSD-1-Clause & HPND & HPND-sell-variant & ISC"
|
||||
@@ -19,6 +14,7 @@ SRC_URI += "file://0001-Drop-x11-dependencies.patch \
|
||||
SRC_URI[sha256sum] = "c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = ""
|
||||
CONFLICT_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECONF += "--disable-xkb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user