aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/disable-gplv3.inc
AgeCommit message (Collapse)Author
2022-03-02disable-gpl3: Update wildcard to new syntax3.5_M3Richard Purdie
INCOMPATIBLE_LICENSE wildcard handling changed in master-next, update to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-02disable-gplv3: Remove ptest from DISTRO_FEATURESRichard Purdie
There are ptest dependencies which don't have coverage from gplv2 components so disable ptests for meta-gplv2 usage. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-30meta-gplv2: Convert to new override syntaxRichard Purdie
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-03conf/distro: Restore btrfs-tools since it was relicensedRobert Joslyn
libbtrfsutil was relicensed from LGPL-3.0+ to LGPL-2.1+, so it is no longer necessary to remove btrfs-tools. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-19conf/distro: Add removal of btrfs-tools from util-linux ptest dependsRichard Purdie
btrfs-tools has changed to LGPL-3.1 so to allow util-linux to build, remove the dependency from its ptest package. This may regress some ptests but keeps the gplv2 layer working. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-19disable-gplv3.inc: Update pattern match to what we really meanRichard Purdie
This code wants to disable GPLv3 and GPLv3+ however the pattern didnt specify that and with recent changes in OE-Core, it needs to be specific. Update the pattern to be specific. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-05disable-gplv3.inc: Disable glib-2.0 ptest python3-dbusmock dependencyRichard Purdie
The newly added dependency on python3-dbusmock in OE-Core is GPLv3 and would fail to work with this layer. Remove it in the config for enabling the layer. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-05-05conf/distro: Add disable-gplv3.incRichard Purdie
We're finding meta-gplv2 needs configuration to work as intended. Rather than teaching this to things like the project autobuilder, collect the configuration inside an include file in the layer itself which everyone can either use directly or refer to. Initial population is from the autobuilder config currently used for testing meta-gplv2. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>