diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 17:12:51 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 17:12:51 +0800 |
commit | dae033177976bf035e092edac5ae081887c03b2f (patch) | |
tree | 1682e3afda6230e0a8d0477e3f7fb967eea5351c /meta | |
parent | 0b87aa1eaa22b6b35153f730f7db0539647bc6d2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.65.bb | 4 |
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 | ||
7 | DEPENDS += "m4-native" | 7 | DEPENDS += "m4-native" |
8 | RDEPENDS_${PN} = "m4 gnu-config" | 8 | RDEPENDS_${PN} = "m4 gnu-config" |
9 | 9 | LICENSE = "GPLv2|GPLv3" | |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
11 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" | ||
10 | SRC_URI += "file://autoreconf-include.patch;patch=1 \ | 12 | SRC_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 \ |