[oe-commits] Chase Maupin : gdbm: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:48 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 9f28122077c851b21f69c6863c44bd5eb7b83b14
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=9f28122077c851b21f69c6863c44bd5eb7b83b14

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 08:20:45 2012 -0500

gdbm: Update LICENSE field version to GPLv2

* Updated LICENSE field version from generic GPL to GPLv2+ to
  reflect the real license version.
* This change was back-ported from oe-core.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>

---

 recipes/gdbm/gdbm_1.8.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gdbm/gdbm_1.8.3.bb b/recipes/gdbm/gdbm_1.8.3.bb
index 24c541a..20cd441 100644
--- a/recipes/gdbm/gdbm_1.8.3.bb
+++ b/recipes/gdbm/gdbm_1.8.3.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing
 HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
 SECTION = "libs"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
 	   file://makefile.patch \





More information about the Openembedded-commits mailing list