From a7a021ea8bd4b711f77c96e096b19efbcc2d9796 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 17 Aug 2022 13:43:06 +0200 Subject: classpath: Use an include file for x11 feature check This will make it easier to maintain reflecting the same distro check on packages depending on classpath (in the dependency chain). Signed-off-by: Andrei Gherzan Signed-off-by: Richard Leitner --- recipes-core/classpath/classpath-features-check.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-core/classpath/classpath-features-check.inc (limited to 'recipes-core/classpath/classpath-features-check.inc') diff --git a/recipes-core/classpath/classpath-features-check.inc b/recipes-core/classpath/classpath-features-check.inc new file mode 100644 index 0000000..c238fc3 --- /dev/null +++ b/recipes-core/classpath/classpath-features-check.inc @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +inherit features_check +REQUIRED_DISTRO_FEATURES = "x11" -- cgit v1.2.3-54-g00ecf