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/qscintilla/qscintilla_1.65-gpl-1.6.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/qscintilla') diff --git a/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb b/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb index 1e1b3a4..831480d 100644 --- a/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb +++ b/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component" SECTION = "opie/libs" -LICENSE = "GPL" +LICENSE = "GPLv2" PR = "r1" SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz \ @@ -8,6 +8,9 @@ SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz \ S = "${WORKDIR}/qscintilla-${PV}/qt" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=cbbd794e2a0a289b9dfcc9f513d1996e \ + file://ScintillaQt.cpp;beginline=8;endline=20;md5=c90be97c814ae9c8f916f058622079d5" + inherit opie QMAKE_PROFILES = "qscintilla.pro" -- cgit 1.2.3-korg