From 065aa620b541fc9a1a58144283973068048467e9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 15:48:22 +0100 Subject: 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 --- recipes-opie/opie-zsafe/opie-zsafe.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-opie') 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" -- cgit 1.2.3-korg