diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:50 -0800 |
commit | c942f83960cacd0e77882d2579f498f112160400 (patch) | |
tree | 38137bf43bdeb246e1694e823f57d156cca48542 /meta | |
parent | 00c5be8944abb0a41137bdb4536868f8b1089930 (diff) | |
download | poky-c942f83960cacd0e77882d2579f498f112160400.tar.gz |
base-files:Add license checksum to bb file
Add GPL-2 file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/base-files/base-files_3.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 56a48fb3de..055769695e 100644 --- a/meta/recipes-core/base-files/base-files_3.0.14.bb +++ b/meta/recipes-core/base-files/base-files_3.0.14.bb | |||
@@ -4,7 +4,7 @@ SECTION = "base" | |||
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | PR = "r65" | 5 | PR = "r65" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | 7 | LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f" | |
8 | SRC_URI = "file://rotation \ | 8 | SRC_URI = "file://rotation \ |
9 | file://nsswitch.conf \ | 9 | file://nsswitch.conf \ |
10 | file://motd \ | 10 | file://motd \ |