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/mileage/mileage_cvs.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/mileage') diff --git a/recipes-qtopia/mileage/mileage_cvs.bb b/recipes-qtopia/mileage/mileage_cvs.bb index fec22f5..d638a94 100644 --- a/recipes-qtopia/mileage/mileage_cvs.bb +++ b/recipes-qtopia/mileage/mileage_cvs.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A Car Mileage Calculator." HOMEPAGE = "http://mileage.sourceforge.net" SECTION = "opie/applications" -LICENSE = "GPL" +LICENSE = "GPLv2" #Change to form x.y.z+cvs${SRCDATE} when 4.2.0 changes in PV SRCDATE = "20060814" PV = "4.2.0-cvs-${SRCDATE}" @@ -10,6 +10,8 @@ PR = "r2" SRC_URI = "cvs://anonymous@mileage.cvs.sourceforge.net/cvsroot/mileage;module=mileage" S = "${WORKDIR}/mileage" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b" + inherit palmtop export OE_QMAKE_LINK="${CXX}" -- cgit 1.2.3-korg