summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/keymaps/keymaps_1.0.bb
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-12-02 21:12:40 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:19 +0000
commit9aef79e3a0bde4e4266b357652386ee1b4873260 (patch)
treeca9d4a96191ec398a239d373d681bcd7446f804f /meta/recipes-bsp/keymaps/keymaps_1.0.bb
parent32662fdfa37d008a8c12c87f8070819c76908443 (diff)
downloadpoky-9aef79e3a0bde4e4266b357652386ee1b4873260.tar.gz
keymaps:Add license checksum and update the GPL information
Add a patch to generate COPYING file and get the COPYING file checksum to bb file, update the "GPL" to "GPLv2" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-bsp/keymaps/keymaps_1.0.bb')
-rw-r--r--meta/recipes-bsp/keymaps/keymaps_1.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 7c42758a9a..88823ae935 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -2,13 +2,15 @@ SUMMARY = "Keyboard maps"
2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." 2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
3SECTION = "base" 3SECTION = "base"
4RDEPENDS_${PN} = "initscripts console-tools" 4RDEPENDS_${PN} = "initscripts console-tools"
5LICENSE = "GPL" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6PACKAGE_ARCH = "${MACHINE}" 7PACKAGE_ARCH = "${MACHINE}"
7PR = "r17" 8PR = "r17"
8 9
9inherit update-rc.d 10inherit update-rc.d
10 11
11SRC_URI = "file://keymap.sh" 12SRC_URI = "file://keymap.sh \
13 file://GPLv2.patch"
12 14
13SRC_URI_append_c7x0 = " file://keymap-*.map" 15SRC_URI_append_c7x0 = " file://keymap-*.map"
14SRC_URI_append_tosa = " file://keymap-*.map" 16SRC_URI_append_tosa = " file://keymap-*.map"