diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-27 18:58:40 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-30 02:45:48 +0100 |
commit | 9066be5dba2768c0af5ec6f21d7ed0d633d29644 (patch) | |
tree | 8604d765316ca1d572d5d351f643b49efe206c15 /recipes-opie/opie-kjumpx | |
parent | 5f62e834ae4bed4c81b8a57c7930d7822cccdb96 (diff) | |
download | meta-opie-9066be5dba2768c0af5ec6f21d7ed0d633d29644.tar.gz |
Add LIC_FILES_CHKSUM for Opie recipes
These build out of split archives that don't have license files (most
source files have them however); for expediency just point to the
appropriate license file from COMMON_LICENSE_DIR until the next version
when this will be sorted out properly.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/opie-kjumpx')
-rw-r--r-- | recipes-opie/opie-kjumpx/opie-kjumpx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-opie/opie-kjumpx/opie-kjumpx.inc b/recipes-opie/opie-kjumpx/opie-kjumpx.inc index 23ea711..1f1da64 100644 --- a/recipes-opie/opie-kjumpx/opie-kjumpx.inc +++ b/recipes-opie/opie-kjumpx/opie-kjumpx.inc @@ -2,6 +2,8 @@ DESCRIPTION = "Koreanized JumpX input method" SECTION = "opie/inputmethods" PRIORITY = "optional" LICENSE = "GPL" +# FIXME stopgap until split archives have license files included +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" RDEPENDS_${PN} = "opie-pics" APPNAME = "qkjumpx" |