diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-04 12:06:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-05 14:06:10 +0000 |
| commit | 0a9e45a4133603dbf79b9da40f49e76ad6f62efd (patch) | |
| tree | caa58977ce09dcafca1d27e7faafa37cd061829e /meta/conf | |
| parent | 34c747f01777448559d5961c0cdee143a4ce7461 (diff) | |
| download | poky-0a9e45a4133603dbf79b9da40f49e76ad6f62efd.tar.gz | |
oeqa/selftest/bbtests: Tweak to use no-gplv3 inc file
With changes to gcc-runtime around improving debugging, python modules
are needed but this pulls in bash which breaks the tests.
Add an exclusion to the no-gplv3 include file to handle this.
(From OE-Core rev: 803060fa4e8fe98ac8f987b80162110d06788946)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/distro/include/no-gplv3.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/no-gplv3.inc b/meta/conf/distro/include/no-gplv3.inc index 48cff29ad4..bb2e836f98 100644 --- a/meta/conf/distro/include/no-gplv3.inc +++ b/meta/conf/distro/include/no-gplv3.inc | |||
| @@ -22,3 +22,7 @@ CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm" | |||
| 22 | 22 | ||
| 23 | # matchbox-terminal depends on vte, which is gpl3 | 23 | # matchbox-terminal depends on vte, which is gpl3 |
| 24 | CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal" | 24 | CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal" |
| 25 | |||
| 26 | # Some python-tests use bash outside of ptest | ||
| 27 | RDEPENDS:${PN}-tests:remove:class-target:pn-python3 = "${MLPREFIX}bash" | ||
| 28 | INSANE_SKIP:${PN}-tests:pn-python3 = "file-rdeps" | ||
