From: Chase Maupin Date: Thu, 21 Oct 2010 03:33:09 +0000 (+0000) Subject: autoconf: update package LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7e49d0f1c47585ca1372f756aae1ae289753b5;p=openembedded.git autoconf: update package LICENSE * Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc index 35b0289a26..fe12daff27 100644 --- a/recipes/autoconf/autoconf.inc +++ b/recipes/autoconf/autoconf.inc @@ -1,6 +1,6 @@ DESCRIPTION = "A package of M4 macros to produce scripts to \ automatically configure sourcecode." -LICENSE = "GPL" +LICENSE = "GPLv3+-with-Autoconf-Configure-Script-Exception-v3.0" HOMEPAGE = "http://www.gnu.org/software/autoconf/" SECTION = "devel" DEPENDS += "m4-native" diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb index d060bbd8bc..cd550739be 100644 --- a/recipes/autoconf/autoconf213_2.13.bb +++ b/recipes/autoconf/autoconf213_2.13.bb @@ -1,4 +1,5 @@ require autoconf.inc +LICENSE = "GPLv2+" SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz" EXTRA_OECONF = "--program-transform-name=s/\$/2.13/" EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"' diff --git a/recipes/autoconf/autoconf_2.61.bb b/recipes/autoconf/autoconf_2.61.bb index 9542e21da5..45886085c6 100644 --- a/recipes/autoconf/autoconf_2.61.bb +++ b/recipes/autoconf/autoconf_2.61.bb @@ -1,5 +1,7 @@ require autoconf.inc +LICENSE = "GPLv2+" + PR = "${INC_PR}.1" SRC_URI += "file://autoreconf-include.patch \