summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 17:12:51 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 17:12:51 +0800
commitdae033177976bf035e092edac5ae081887c03b2f (patch)
tree1682e3afda6230e0a8d0477e3f7fb967eea5351c /meta/recipes-devtools/autoconf
parent0b87aa1eaa22b6b35153f730f7db0539647bc6d2 (diff)
downloadpoky-dae033177976bf035e092edac5ae081887c03b2f.tar.gz
autoconf:Add license checksum and add the GPL information
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>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.65.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.65.bb b/meta/recipes-devtools/autoconf/autoconf_2.65.bb
index 5adb9756d1..5af973c20f 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.65.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.65.bb
@@ -6,7 +6,9 @@ PARALLEL_MAKE = ""
6 6
7DEPENDS += "m4-native" 7DEPENDS += "m4-native"
8RDEPENDS_${PN} = "m4 gnu-config" 8RDEPENDS_${PN} = "m4 gnu-config"
9 9LICENSE = "GPLv2|GPLv3"
10LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
11 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
10SRC_URI += "file://autoreconf-include.patch;patch=1 \ 12SRC_URI += "file://autoreconf-include.patch;patch=1 \
11 file://autoreconf-exclude.patch;patch=1 \ 13 file://autoreconf-exclude.patch;patch=1 \
12 file://autoreconf-foreign.patch;patch=1 \ 14 file://autoreconf-foreign.patch;patch=1 \