summaryrefslogtreecommitdiff
path: root/recipes-graphics/scrot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:30:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-03-06 11:39:25 +0100
commitbbc532e7c65c507ea6b91d1e73ecb60b34d4ab54 (patch)
tree610882304bdac4b04f898427b0daac786d45863f /recipes-graphics/scrot
parent68cc1d3fec0ed82b53c85ad8f97287d020387335 (diff)
layer: Update LICENSE variable to use SPDX license identifiers
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/scrot')
-rw-r--r--recipes-graphics/scrot/giblib_1.2.4.bb2
-rw-r--r--recipes-graphics/scrot/imlib2_git.bb2
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb
index 8cc6835..701e4ed 100644
--- a/recipes-graphics/scrot/giblib_1.2.4.bb
+++ b/recipes-graphics/scrot/giblib_1.2.4.bb
@@ -1,7 +1,7 @@
SECTION = "graphic/utils"
SUMMARY = "giblib is a simple library which wraps imlib2"
HOMEPAGE = "http://linuxbrit.co.uk/software/"
-LICENSE = "BSD"
+LICENSE = "MIT-feh"
DEPENDS = "imlib2"
diff --git a/recipes-graphics/scrot/imlib2_git.bb b/recipes-graphics/scrot/imlib2_git.bb
index 3213b15..8abd7d7 100644
--- a/recipes-graphics/scrot/imlib2_git.bb
+++ b/recipes-graphics/scrot/imlib2_git.bb
@@ -1,5 +1,5 @@
SUMMARY = "A graphic library for file loading, saving, rendering, and manipulation"
-LICENSE = "MIT & BSD"
+LICENSE = "Imlib2"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
DEPENDS = "freetype libpng jpeg virtual/libx11 libxext"
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index 91b5638..0d45f7a 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -2,7 +2,7 @@ SECTION = "graphic/utils"
SUMMARY = "scrot (SCReen shOT), screen capture utility"
DESCRIPTION = "scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images"
HOMEPAGE = "http://linuxbrit.co.uk/software/"
-LICENSE = "BSD"
+LICENSE = "MIT-feh"
RDEPENDS:${PN} = "imlib2-loaders"
DEPENDS = "imlib2 giblib"