]> code.ossystems Code Review - openembedded-core.git/commitdiff
farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
authorKhem Raj <raj.khem@gmail.com>
Fri, 7 Oct 2011 17:36:57 +0000 (10:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:48:22 +0000 (12:48 +0100)
The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb
meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
meta/recipes-support/gnutls/gnutls.inc

index a7bdc97088f7c7d187099bc43196b54a75859c38..ee0ce8a45c8fd6ff61d933bf80783139231cfd64 100644 (file)
@@ -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 \
index 00edb6e875ba7275389c2ebadf5fc130e2e443bd..2a939132b8c76db97f1a7ea6e92ed61a560a267b 100644 (file)
@@ -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
 
index 3569648c51e05b4000cbf602cc8515686af68662..cdcf85b251df19a207896d6d19d89c3067abd752 100644 (file)
@@ -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+"