Skip to content
Snippets Groups Projects
Commit 4f1f7fc3 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

distro: Remove tools-debug from image features

Because of licenses the following dep chain was failing:
image-small -> packagegroup-core-tools-debug -> gdbserver
parent 445e2dd4
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
...@@ -8,7 +8,7 @@ require conf/distro/seconorth-wayland.conf ...@@ -8,7 +8,7 @@ require conf/distro/seconorth-wayland.conf
DISTROOVERRIDES:append = ":nogplv3" DISTROOVERRIDES:append = ":nogplv3"
# Remove support for GPLv3 # Remove support for GPLv3
DISTRO_FEATURES:remove = "gplv3 acl seccomp ptest package-management" DISTRO_FEATURES:remove = "gplv3 acl seccomp ptest package-management"
IMAGE_FEATURES:remove = "package-management" IMAGE_FEATURES:remove = "package-management tools-debug"
# Remove all GPLv3 related licenses # Remove all GPLv3 related licenses
INCOMPATIBLE_LICENSE = " \ INCOMPATIBLE_LICENSE = " \
...@@ -33,13 +33,12 @@ INCOMPATIBLE_LICENSE = " \ ...@@ -33,13 +33,12 @@ INCOMPATIBLE_LICENSE = " \
INCOMPATIBLE_LICENSE_EXCEPTIONS = " \ INCOMPATIBLE_LICENSE_EXCEPTIONS = " \
bash:GPL-3.0-or-later \ bash:GPL-3.0-or-later \
m4:GPL-3.0-only \ m4:GPL-3.0-only \
\
" "
PACKAGE_EXCLUDE += " \ PACKAGE_EXCLUDE += " \
bash \ bash \
m4 \ m4 \
" "
# Adapt for Kirkstone to INCOMPATIBLE_LICENSE_EXCEPTIONS ? # Adapt for Kirkstone to INCOMPATIBLE_LICENSE_EXCEPTIONS ?
# WHITELIST_LGPL-3.0 = " \ # WHITELIST_LGPL-3.0 = " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment