mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
recipes-extended: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: e66f1c830bfee09ed9a043ade5374fe61fea3c99) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
41719e1bfb
commit
f609f7aba7
@@ -7,7 +7,10 @@ DESCRIPTION = "Packages required to satisfy the Linux Standard Base (LSB) specif
|
||||
PR = "r10"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup
|
||||
inherit packagegroup distro_features_check
|
||||
|
||||
# The libxt, libxtst and others require x11 in DISTRO_FEATURES
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
#
|
||||
# We will skip parsing this packagegeoup for non-glibc systems
|
||||
|
||||
Reference in New Issue
Block a user