[oe-commits] Bernhard Guillon : libgtkstylus_0.5.bb: fix LIC_FILES_CHECKSUM and LICENSE

git at git.openembedded.org git at git.openembedded.org
Thu Dec 15 08:30:34 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: ed6e2d90ad1d20bbc74278ef181f39d53e6c236d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ed6e2d90ad1d20bbc74278ef181f39d53e6c236d

Author: Bernhard Guillon <Bernhard.Guillon at hale.at>
Date:   Thu Dec 15 08:19:11 2011 +0000

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 at hale.at>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb |    5 +++--
 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 f614048..8567b13 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 @@
 DESCRIPTION = "GTK plugin for stylus based systems"
 SECTION = "libs"
 DEPENDS = "gtk+"
-LICENSE = "LGPL"
-PR = "r2"
+LICENSE = "LGPL-2.0+"
+LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
+PR = "r3"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list