From 78c5e4b775e5f602f9b0d701472eca54023010b9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 21 Aug 2011 21:05:07 +0100 Subject: Add LIC_FILES_CHKSUM to many recipes Also take the opportunity to make LICENSE more accurate for some recipes (i.e. specifying GPLv2 or GPLv2+ instead of GPL as appropriate.) Signed-off-by: Paul Eggleton --- recipes-qtopia/timesleuth/timesleuth_1.0.5.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/timesleuth') diff --git a/recipes-qtopia/timesleuth/timesleuth_1.0.5.bb b/recipes-qtopia/timesleuth/timesleuth_1.0.5.bb index c8e996f..11d7e2f 100644 --- a/recipes-qtopia/timesleuth/timesleuth_1.0.5.bb +++ b/recipes-qtopia/timesleuth/timesleuth_1.0.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Time Sleuth" SECTION = "opie/applications" -LICENSE = "GPL" +LICENSE = "GPLv2+" AUTHOR = "Dafydd Walters" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html" PR = "r1" @@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/timesleuth_V1.05ern.tar.gz " PV = "1.05ern" S = "${WORKDIR}/timesleuth_V${PV}" +LIC_FILES_CHKSUM = "file://gpl.txt;md5=393a5ca445f6965873eca0259a17f833 \ + file://MainWidget.cpp;beginline=6;endline=12;md5=5a2bcc91f648d652c626c8d3447213ab" + APPNAME = "timesleuthqpe" APPTYPE = "binary" APPDESKTOP = "${S}" -- cgit 1.2.3-korg