mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
initscripts:Add a patch of GPLv2 license and its checksum to bb file
Add this GPLv2 patch for local recipes license checksum Signed-off-by: Mei Lei <lei.mei@intel.com>
This commit is contained in:
@@ -5,6 +5,7 @@ PRIORITY = "required"
|
||||
DEPENDS = "makedevs"
|
||||
RDEPENDS = "makedevs"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
PR = "r122"
|
||||
|
||||
SRC_URI = "file://functions \
|
||||
@@ -30,7 +31,8 @@ SRC_URI = "file://functions \
|
||||
file://device_table.txt \
|
||||
file://populate-volatile.sh \
|
||||
file://volatiles \
|
||||
file://save-rtc.sh"
|
||||
file://save-rtc.sh \
|
||||
file://GPLv2.patch"
|
||||
|
||||
SRC_URI_append_arm = " file://alignment.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user