diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2025-07-13 00:41:33 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:09 -0700 |
| commit | 225ef0569aa517062903c770f7bd93d1197a047d (patch) | |
| tree | eb8ccfe2133346c997d03039ef02adeb09afb4f5 /meta-oe/recipes-devtools | |
| parent | a63ab51415df9f14d72ff5116a9cd4c8e4f75e18 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
| 25 | 25 | ||
| 26 | inherit binconfig | 26 | inherit binconfig features_check |
| 27 | |||
| 28 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 27 | 29 | ||
| 28 | SYSROOT_DIRS += "${bindir_crossscripts}" | 30 | SYSROOT_DIRS += "${bindir_crossscripts}" |
| 29 | 31 | ||
