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
conf/distro/guf-wayland-no-gplv3.conf
0 → 100644
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} \ | ||
" | ||
-
mentioned in commit seco-ne/yocto/manifest@3215ee4c
-
mentioned in merge request seco-ne/yocto/manifest!701 (merged)