]> code.ossystems Code Review - openembedded-core.git/commitdiff
autoconf:Add license checksum and add the GPL information
authorMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 09:12:51 +0000 (17:12 +0800)
committerMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 09:12:51 +0000 (17:12 +0800)
Add COPYING file and COPYINGv3 file checksum to bb file and add the "GPLv2" "GPLv3" according to the license file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/autoconf/autoconf_2.65.bb

index 5adb9756d1366f5fe1fc96c7516b4f1dd0adf290..5af973c20fa4cae08526520216a64cb4ebb0aff9 100644 (file)
@@ -6,7 +6,9 @@ PARALLEL_MAKE = ""
 
 DEPENDS += "m4-native"
 RDEPENDS_${PN} = "m4 gnu-config"
-
+LICENSE = "GPLv2|GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+                   file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI += "file://autoreconf-include.patch;patch=1 \
           file://autoreconf-exclude.patch;patch=1 \
           file://autoreconf-foreign.patch;patch=1 \