From b45b75bdc0105678cb995ab2d52dc610144d3cf2 Mon Sep 17 00:00:00 2001 From: Mei Lei Date: Thu, 2 Dec 2010 21:15:34 +0800 Subject: modutils-initscripts:Add license checksum to bb file Add Public Domain license file as a patch, and add checksum to bb file [sgw@linux.intel.com: fixed the license text and the checksum] Signed-off-by: Mei Lei Signed-off-by: Saul Wold --- meta/recipes-kernel/modutils/files/PD.patch | 6 ++++++ meta/recipes-kernel/modutils/modutils-initscripts.bb | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-kernel/modutils/files/PD.patch (limited to 'meta') diff --git a/meta/recipes-kernel/modutils/files/PD.patch b/meta/recipes-kernel/modutils/files/PD.patch new file mode 100644 index 0000000000..6e7b76a3e9 --- /dev/null +++ b/meta/recipes-kernel/modutils/files/PD.patch @@ -0,0 +1,6 @@ +Index: modutils-initscripts-1.0/LICENSE +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ modutils-initscripts-1.0/LICENSE 2010-12-06 14:26:03.570339002 -0800 +@@ -0,0 +1 @@ ++Public Domain diff --git a/meta/recipes-kernel/modutils/modutils-initscripts.bb b/meta/recipes-kernel/modutils/modutils-initscripts.bb index b8fc6c2293..1665955291 100644 --- a/meta/recipes-kernel/modutils/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils/modutils-initscripts.bb @@ -1,7 +1,9 @@ SECTION = "base" DESCRIPTION = "modutils configuration files" LICENSE = "PD" -SRC_URI = "file://modutils.sh" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" +SRC_URI = "file://modutils.sh \ + file://PD.patch" PR = "r4" INITSCRIPT_NAME = "modutils.sh" -- cgit 1.2.3-korg