[oe-commits] chase maupin : gdbm: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:27 UTC 2012


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

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:23 2012 +0000

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 4dedd0a..a62117f 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