diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 17:49:50 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 17:49:50 +0800 |
commit | d68efb61524f9f042fbd010192a0d2cd5d27dabb (patch) | |
tree | 3863d0540033d6b17298a0d551b24da1e929f192 /meta | |
parent | a9489ba77111fc85e0d4da70481f054987a9d662 (diff) | |
download | poky-d68efb61524f9f042fbd010192a0d2cd5d27dabb.tar.gz |
byacc:Add license checksum and add the GPL information
Add copyright file checksum to bb file and add the license information according to the copyright file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20100610.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20100610.bb b/meta/recipes-extended/byacc/byacc_20100610.bb index 48d0e4e425..04cdd7c5e5 100644 --- a/meta/recipes-extended/byacc/byacc_20100610.bb +++ b/meta/recipes-extended/byacc/byacc_20100610.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | 2 | LICENSE="other-BSD" | |
3 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e" | ||
3 | require byacc.inc | 4 | require byacc.inc |
4 | 5 | ||
5 | SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9" | 6 | SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9" |