Skip to content
Snippets Groups Projects
Commit ce565b80 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

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

Previously it was found under meta-seconorth-distro however better fints
in this layer.
parent 5a168457
No related branches found
No related tags found
1 merge request!47distro: Add guf-wayland-no-gplv3 and remove explicit PACKAGE_EXCLUDE
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