aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 08:20:45 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:05 -0500
commit9f28122077c851b21f69c6863c44bd5eb7b83b14 (patch)
treec5f00fce52e24ae40bb397377f3caab2056f219d
parent4c9675bda495177639e51d8c91787f5347e2cb0e (diff)
downloadopenembedded-9f28122077c851b21f69c6863c44bd5eb7b83b14.tar.gz
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@ti.com>
-rw-r--r--recipes/gdbm/gdbm_1.8.3.bb4
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 24c541a584..20cd441bc3 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 \