From 9aef79e3a0bde4e4266b357652386ee1b4873260 Mon Sep 17 00:00:00 2001 From: Mei Lei Date: Thu, 2 Dec 2010 21:12:40 +0800 Subject: 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 --- meta/recipes-bsp/keymaps/keymaps_1.0.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-bsp/keymaps/keymaps_1.0.bb') 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" DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." SECTION = "base" RDEPENDS_${PN} = "initscripts console-tools" -LICENSE = "GPL" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" PACKAGE_ARCH = "${MACHINE}" PR = "r17" inherit update-rc.d -SRC_URI = "file://keymap.sh" +SRC_URI = "file://keymap.sh \ + file://GPLv2.patch" SRC_URI_append_c7x0 = " file://keymap-*.map" SRC_URI_append_tosa = " file://keymap-*.map" -- cgit v1.2.3-54-g00ecf