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

distro: Remove the 'gplv3' DISTRO_FEATURE, this in now handled by an override

Also remove commented old exceptions from the license rules.
parent 0ee74466
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
Pipeline #25466 passed with stage
in 13 seconds
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
require conf/distro/seconorth-wayland.conf require conf/distro/seconorth-wayland.conf
DISTROOVERRIDES:append = ":nogplv3" DISTROOVERRIDES:append = ":nogplv3"
# Remove support for GPLv3 DISTRO_FEATURES:remove = "acl seccomp ptest package-management"
DISTRO_FEATURES:remove = "gplv3 acl seccomp ptest package-management"
IMAGE_FEATURES:remove = "package-management tools-debug" IMAGE_FEATURES:remove = "package-management tools-debug"
# Remove all GPLv3 related licenses # Remove all GPLv3 related licenses
...@@ -39,21 +38,3 @@ PACKAGE_EXCLUDE += " \ ...@@ -39,21 +38,3 @@ PACKAGE_EXCLUDE += " \
bash \ bash \
m4 \ m4 \
" "
# Adapt for Kirkstone to INCOMPATIBLE_LICENSE_EXCEPTIONS ?
# WHITELIST_LGPL-3.0 = " \
# gdb \
# "
#
# WHITELIST_GPL-3.0 = " \
# readline \
# binutils \
# gdb \
# qmlbench \
# "
#
# PACKAGE_EXCLUDE = " \
# ${WHITELIST_LGPL-3.0} \
# ${WHITELIST_GPL-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