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/freenote/freenote_1.12.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/freenote') diff --git a/recipes-qtopia/freenote/freenote_1.12.0.bb b/recipes-qtopia/freenote/freenote_1.12.0.bb index e124d07..d7a1167 100644 --- a/recipes-qtopia/freenote/freenote_1.12.0.bb +++ b/recipes-qtopia/freenote/freenote_1.12.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Auto-Correction Paint Program for Opie/Qtopia" SECTION = "opie/applications" -LICENSE = "GPL" +LICENSE = "GPLv2+" APPNAME = "FreeNote" APPTYPE = "binary" APPDESKTOP = "apps/Applications" @@ -9,6 +9,8 @@ SRC_URI = "http://www.urban.ne.jp/home/kanemori/zaurus/FreeNote_1.12.0.tar.gz \ file://FreeNote" S = "${WORKDIR}/FreeNote" +LIC_FILES_CHKSUM = "file://subdir1/main.cpp;beginline=4;endline=16;md5=1f0a42ec48e7a3fdf869e49b1e939adc" + inherit opie do_configure_prepend() { -- cgit 1.2.3-korg