mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
8a87c32273
commit
ed6e2d90ad
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user