1
0
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:
Mei Lei
2010-12-02 18:59:02 +08:00
committed by Richard Purdie
parent ccd590bf9d
commit e78c78977a
2 changed files with 348 additions and 1 deletions
@@ -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"