summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-03 18:20:10 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-04 06:52:50 -0700
commit700a2783b42dcd47d555932920fda13206a9b3b8 (patch)
treee069d48b62fd65ba22a954250efcc7ed5ff82d75
parentec77ca2881bf71e4b8b01025430b379202228283 (diff)
downloadmeta-openembedded-700a2783b42dcd47d555932920fda13206a9b3b8.tar.gz
gnome-backgrounds: Fix licenses
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb
index ff8e9fb9a0..289cc9ed5e 100644
--- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_41.0.bb
@@ -1,6 +1,11 @@
1SUMMARY = "GNOME wallpapers" 1SUMMARY = "GNOME wallpapers"
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only & CC-BY-2.0 & CC-BY-SA-2.0 & CC-BY-SA-3.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" 3LIC_FILES_CHKSUM = " \
4 file://COPYING;md5=75859989545e37968a99b631ef42722e \
5 file://COPYING_CCBY2;md5=effd72660912b727dfa9722cb295d7be \
6 file://COPYING_CCBYSA2;md5=4737b7833b3212fdf30257f056ef3e64 \
7 file://COPYING_CCBYSA3;md5=b52fb0a6df395efb7047cb6fc56bfd7e \
8"
4 9
5SECTION = "x11/gnome" 10SECTION = "x11/gnome"
6 11