mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
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>
This commit is contained in:
6
meta/recipes-kernel/modutils/files/PD.patch
Normal file
6
meta/recipes-kernel/modutils/files/PD.patch
Normal file
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user