]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
no-gplv3: Tweak for packagemangement in core-image-full-cmdline
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Feb 2024 22:35:46 +0000 (22:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Mar 2024 16:25:17 +0000 (16:25 +0000)
If we enable package-management for core-image-full-cmdline we need the workarounds
used for core-image-weston to ensure the oe-selftest license QA tests keep working.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/no-gplv3.inc

index bb2e836f982a50ab304b1c80c81fba3e23f3dbc8..d515fd4ad6b074c180e815c92b309ba1f11538e3 100644 (file)
@@ -19,6 +19,8 @@ PACKAGECONFIG:remove:pn-bluez5 = "readline"
 # so install rpm but not dnf
 IMAGE_FEATURES:remove:pn-core-image-weston = "package-management"
 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm"
+IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management"
+CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
 
 # matchbox-terminal depends on vte, which is gpl3
 CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal"