mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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"
|
DESCRIPTION = "GTK plugin for stylus based systems"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS = "gtk+"
|
DEPENDS = "gtk+"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL-2.0+"
|
||||||
PR = "r2"
|
LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
|
||||||
|
PR = "r3"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user