summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2025-07-13 00:41:33 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-13 09:46:09 -0700
commit225ef0569aa517062903c770f7bd93d1197a047d (patch)
treeeb8ccfe2133346c997d03039ef02adeb09afb4f5 /meta-oe/recipes-devtools
parenta63ab51415df9f14d72ff5116a9cd4c8e4f75e18 (diff)
downloadmeta-openembedded-225ef0569aa517062903c770f7bd93d1197a047d.tar.gz
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 <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/pstack/pstack_2.10.bb4
1 files changed, 3 insertions, 1 deletions
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 = ""
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"
25 25
26inherit binconfig 26inherit binconfig features_check
27
28REQUIRED_DISTRO_FEATURES = "x11"
27 29
28SYSROOT_DIRS += "${bindir_crossscripts}" 30SYSROOT_DIRS += "${bindir_crossscripts}"
29 31