From 225ef0569aa517062903c770f7bd93d1197a047d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 13 Jul 2025 00:41:33 +0200 Subject: [PATCH] pstack: require x11 in DISTRO_FEATURES * for libx11 and libxt * only 2.10 version seems to use it * surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pstack/pstack_2.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb index bed49b62ba..eb8b2965f1 100644 --- a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb +++ b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb @@ -23,7 +23,9 @@ RDEPENDS:${PN}:class-native = "" BBCLASSEXTEND = "native nativesdk" -inherit binconfig +inherit binconfig features_check + +REQUIRED_DISTRO_FEATURES = "x11" SYSROOT_DIRS += "${bindir_crossscripts}"