From 0298cf6ce0214e53dd344498537428d343bf2d48 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 15:47:04 +0100 Subject: opie-keypebble: 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-keypebble/opie-keypebble.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-opie/opie-keypebble/opie-keypebble.inc b/recipes-opie/opie-keypebble/opie-keypebble.inc index e0d883f..3491090 100644 --- a/recipes-opie/opie-keypebble/opie-keypebble.inc +++ b/recipes-opie/opie-keypebble/opie-keypebble.inc @@ -1,12 +1,12 @@ DESCRIPTION = "A VNC Viewer" 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 = "keypebble" S = "${WORKDIR}/${APPNAME}" +LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=0a4544069a165e9b1b323f671e5b3b96" + inherit opie do_install() { -- cgit 1.2.3-korg