[oe-commits] [openembedded-core] 21/21: packagegroup-base: only pull in dosfstools if licensing allows

git at git.openembedded.org git at git.openembedded.org
Fri Jan 24 22:00:40 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5cd5be9c9887329db54179807df6772028b964f4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jan 24 11:07:28 2020 +0000

    packagegroup-base: only pull in dosfstools if licensing allows
    
    packagegroup-base-vfat RRECOMMENDS on dosfstools, but this is GPLv3 so
    may be blacklisted.  Respect INCOMPATIBLE_LICENSE and don't recommend if
    GPL-3.0 has been blacklisted.
    
    (From OE-Core rev: de780ebf76893db43e1a55c54b0c5fbb7537880c)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/packagegroup-base.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index 1f802da..3910500 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -168,7 +168,7 @@ RRECOMMENDS_packagegroup-base-vfat = "\
     kernel-module-vfat \
     kernel-module-nls-iso8859-1 \
     kernel-module-nls-cp437 \
-    dosfstools"
+    ${@incompatible_license_contains("GPL-3.0", "", "dosfstools", d)}"
 
 SUMMARY_packagegroup-base-alsa = "ALSA sound support"
 RDEPENDS_packagegroup-base-alsa = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list