[oe-commits] Saul Wold : gettext: Set the LICENSE field to GPLv3+

git at git.openembedded.org git at git.openembedded.org
Tue Mar 13 23:22:05 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a5cdf764a980624dbf350cb23cd360724c059584
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a5cdf764a980624dbf350cb23cd360724c059584

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Mar 12 15:27:11 2012 -0700

gettext: Set the LICENSE field to GPLv3+

This change is needed because currently the INCOMPATIBLE_LICENSE
checking code does not map between SPDX and older style naming
(GPL-3+ vs GPLv3+).  Yocto bug number 2093 filed to track this.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/gettext/gettext_0.18.1.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
index 1c73e48..5efdbd3 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Utilities and libraries for producing multi-lingual messages."
 DESCRIPTION = "Gettext offers to programmers, translators, and even users, a well integrated set of tools and documentation. Specifically, the GNU `gettext' utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable strings, or already translated strings."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
-LICENSE = "GPL-3+ & LGPL-2.1+"
+LICENSE = "GPLv3+ & LGPL-2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 PR = "r9"





More information about the Openembedded-commits mailing list