aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:47:04 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:47:04 +0100
commit0298cf6ce0214e53dd344498537428d343bf2d48 (patch)
treedd436493a447cece4edb2943fe9ae7f417592a95
parent652305a124d8de1ce7601f47dbc1801bdb7ca615 (diff)
downloadmeta-opie-0298cf6ce0214e53dd344498537428d343bf2d48.tar.gz
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 <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-keypebble/opie-keypebble.inc4
1 files 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() {