summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 18:21:12 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 18:21:12 +0800
commit2cad70df05833b1402ab74eebd42f4833a73c853 (patch)
tree40c69aefb6ac5205ea60f5b89e5cc90e49710e08 /meta/recipes-support/gmp
parent4928ad83382ac65ca25bb820471814295ee7b04c (diff)
downloadpoky-2cad70df05833b1402ab74eebd42f4833a73c853.tar.gz
gmp:Add license checksum and add the GPL information
Add COPYING file and version.c file checksum to bb file and add the "GPLv3" "LGPLv3" information according to the License files Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp_5.0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp_5.0.1.bb b/meta/recipes-support/gmp/gmp_5.0.1.bb
index dd908bd7ca..79aeae5a06 100644
--- a/meta/recipes-support/gmp/gmp_5.0.1.bb
+++ b/meta/recipes-support/gmp/gmp_5.0.1.bb
@@ -1,5 +1,7 @@
1require gmp.inc 1require gmp.inc
2 2LICENSE="LGPLv3&GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
3PR = "r0" 5PR = "r0"
4 6
5SRC_URI_append += "file://sh4-asmfix.patch \ 7SRC_URI_append += "file://sh4-asmfix.patch \