summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@hale.at>2011-12-15 08:19:11 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-15 09:25:16 +0100
commited6e2d90ad1d20bbc74278ef181f39d53e6c236d (patch)
treed674b781c795792063bdd73b8941e31a99146359 /meta-gnome
parent8a87c322738ad1fea626d4d1a0d8cbc8f77b9264 (diff)
downloadmeta-openembedded-ed6e2d90ad1d20bbc74278ef181f39d53e6c236d.tar.gz
libgtkstylus_0.5.bb: fix LIC_FILES_CHECKSUM and LICENSE
Provide a valid LIC_FILES_CHECKSUM Use SPDX style versioned license for LICENSE field Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
index f614048a1..8567b1366 100644
--- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
+++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
@@ -1,8 +1,9 @@
1DESCRIPTION = "GTK plugin for stylus based systems" 1DESCRIPTION = "GTK plugin for stylus based systems"
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "gtk+" 3DEPENDS = "gtk+"
4LICENSE = "LGPL" 4LICENSE = "LGPL-2.0+"
5PR = "r2" 5LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
6PR = "r3"
6 7
7inherit autotools 8inherit autotools
8 9