aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:48:22 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:48:22 +0100
commit065aa620b541fc9a1a58144283973068048467e9 (patch)
tree113c8fe892f5a5c6cc7848b199576380841f7ae0
parente8bf5f7056730211b14eec1c812d599c5c3ce1ec (diff)
downloadmeta-opie-065aa620b541fc9a1a58144283973068048467e9.tar.gz
opie-zsafe: fix LIC_FILES_CHKSUM
A license file is actually already distributed with the source so verify it instead of pointing to a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-zsafe/opie-zsafe.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-opie/opie-zsafe/opie-zsafe.inc b/recipes-opie/opie-zsafe/opie-zsafe.inc
index f7fb134..2c1968e 100644
--- a/recipes-opie/opie-zsafe/opie-zsafe.inc
+++ b/recipes-opie/opie-zsafe/opie-zsafe.inc
@@ -1,13 +1,12 @@
DESCRIPTION = "Password manager program for Opie."
SECTION = "opie/applications"
LICENSE = "GPLv2"
-# FIXME stopgap until split archives have license files included
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "zsafe"
-
S = "${WORKDIR}/${APPNAME}"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd794e2a0a289b9dfcc9f513d1996e"
+
inherit opie
QMAKE_PROFILES = "zsafe.pro"