* [PATCH] farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
@ 2011-10-07 17:36 Khem Raj
2011-10-14 16:30 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-10-07 17:36 UTC (permalink / raw)
To: openembedded-core
The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../farsight/farsight2_0.0.9.bb | 4 ++--
meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++--
meta/recipes-support/gnutls/gnutls.inc | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
index a7bdc97..ee0ce8a 100644
--- a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
+++ b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
@@ -1,12 +1,12 @@
DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${BPN}-${PV}.tar.gz"
-LICENSE = "GPLv2.1"
+LICENSE = "LGPLv2.1"
DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
inherit autotools
-PR = "r1"
+PR = "r2"
EXTRA_OECONF = " \
--disable-debug \
diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
index 00edb6e..2a93913 100644
--- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "A standalone native ldconfig build"
-LICENSE = "GPLv2.1"
+LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399"
@@ -12,7 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
file://flag_fix.patch \
file://endianess-header.patch"
-PR = "r1"
+PR = "r2"
inherit native
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 9257880..d73c799 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -3,11 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap"
-INC_PR = "r2"
+INC_PR = "r3"
LICENSE = "GPLv3+ & LGPLv2.1+"
LICENSE_${PN} = "LGPLv2.1+"
-LICENSE_${PN}-xx = "GPLv2.1+"
+LICENSE_${PN}-xx = "LGPLv2.1+"
LICENSE_${PN}-bin = "GPLv3+"
LICENSE_${PN}-extra = "GPLv3+"
LICENSE_${PN}-openssl = "GPLv3+"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
2011-10-07 17:36 [PATCH] farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields Khem Raj
@ 2011-10-14 16:30 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-10-14 16:30 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/07/2011 10:36 AM, Khem Raj wrote:
> The licenses were either LGPLv2.1 or GPLv2
> make the changes appropriately
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
> .../farsight/farsight2_0.0.9.bb | 4 ++--
> meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++--
> meta/recipes-support/gnutls/gnutls.inc | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
> index a7bdc97..ee0ce8a 100644
> --- a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
> +++ b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
> @@ -1,12 +1,12 @@
> DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
> HOMEPAGE = "http://farsight.sf.net"
> SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${BPN}-${PV}.tar.gz"
> -LICENSE = "GPLv2.1"
> +LICENSE = "LGPLv2.1"
> DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
>
> inherit autotools
>
> -PR = "r1"
> +PR = "r2"
>
> EXTRA_OECONF = " \
> --disable-debug \
> diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
> index 00edb6e..2a93913 100644
> --- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
> +++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
> @@ -1,6 +1,6 @@
> DESCRIPTION = "A standalone native ldconfig build"
>
> -LICENSE = "GPLv2.1"
> +LICENSE = "GPLv2+"
>
> LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399"
>
> @@ -12,7 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
> file://flag_fix.patch \
> file://endianess-header.patch"
>
> -PR = "r1"
> +PR = "r2"
>
> inherit native
>
> diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
> index 9257880..d73c799 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -3,11 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
> BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
> DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap"
>
> -INC_PR = "r2"
> +INC_PR = "r3"
>
> LICENSE = "GPLv3+& LGPLv2.1+"
> LICENSE_${PN} = "LGPLv2.1+"
> -LICENSE_${PN}-xx = "GPLv2.1+"
> +LICENSE_${PN}-xx = "LGPLv2.1+"
> LICENSE_${PN}-bin = "GPLv3+"
> LICENSE_${PN}-extra = "GPLv3+"
> LICENSE_${PN}-openssl = "GPLv3+"
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-14 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07 17:36 [PATCH] farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields Khem Raj
2011-10-14 16:30 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox