Skip to content
Snippets Groups Projects
Commit d4fd8bca authored by Clemens Terasa's avatar Clemens Terasa Committed by Jonas Höppner
Browse files

distro: Add guf-wayland-no-gplv3.conf

Previously it was found under meta-seconorth-distro however better fints
in this layer.
parent 1f7d8ff4
No related branches found
No related tags found
1 merge request!49Cherry-pick from dunfell and rewrite nogplv3 distro.
require conf/distro/guf-wayland.conf
# Remove support for GPLv3
DISTRO_FEATURES_remove = "gplv3"
INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"
# 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