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/insttrain/insttrain_1.0.5.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/insttrain') diff --git a/recipes-qtopia/insttrain/insttrain_1.0.5.bb b/recipes-qtopia/insttrain/insttrain_1.0.5.bb index 9f79595..b3b3aa5 100644 --- a/recipes-qtopia/insttrain/insttrain_1.0.5.bb +++ b/recipes-qtopia/insttrain/insttrain_1.0.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Simulates any 2 of: DG, CDI for VOR1, CDI for VOR2, ADF, RMI \ while you drag an NDB, 2 VORs and an airplane around in an overhead view." SECTION = "opie/applications" -LICENSE = "GPL" +LICENSE = "GPLv2" APPTYPE = "binary" APPDESKTOP = "../Qtopia/opt/QtPalmtop/apps/Applications" @@ -11,6 +11,9 @@ SRC_URI = "http://sources.openembedded.org/insttrain-${PV}.tgz \ file://gcc3.patch" S = "${WORKDIR}/insttrain-${PV}/src" +LIC_FILES_CHKSUM = "file://../LICENSE.GPL;md5=e4b548a2ac0ab71019d381e8ff18b4a9 \ + file://main.cpp;beginline=9;endline=15;md5=eb3e8332c3795a921bd7a6ea7449dc33" + QMAKE_PROFILES = "rmi.pro" do_install() { -- cgit 1.2.3-korg