diff options
author | Mei Lei <lei.mei@intel.com> | 2010-12-02 21:15:34 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-08 15:02:09 -0800 |
commit | b45b75bdc0105678cb995ab2d52dc610144d3cf2 (patch) | |
tree | f1097136281db06992f08b26be19650ba9b4f34b | |
parent | 6592cdcd50cfa84bd4bc0244c426ec714bce86a6 (diff) | |
download | poky-b45b75bdc0105678cb995ab2d52dc610144d3cf2.tar.gz |
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 <lei.mei@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-kernel/modutils/files/PD.patch | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/modutils/modutils-initscripts.bb | 4 |
2 files changed, 9 insertions, 1 deletions
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 @@ | |||
1 | Index: modutils-initscripts-1.0/LICENSE | ||
2 | =================================================================== | ||
3 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | ||
4 | +++ modutils-initscripts-1.0/LICENSE 2010-12-06 14:26:03.570339002 -0800 | ||
5 | @@ -0,0 +1 @@ | ||
6 | +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 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | DESCRIPTION = "modutils configuration files" | 2 | DESCRIPTION = "modutils configuration files" |
3 | LICENSE = "PD" | 3 | LICENSE = "PD" |
4 | SRC_URI = "file://modutils.sh" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098" |
5 | SRC_URI = "file://modutils.sh \ | ||
6 | file://PD.patch" | ||
5 | PR = "r4" | 7 | PR = "r4" |
6 | 8 | ||
7 | INITSCRIPT_NAME = "modutils.sh" | 9 | INITSCRIPT_NAME = "modutils.sh" |