aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:52:54 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:56 -0500
commit548dae478aee26250cd7c3e7663e8da0e8b9dcfa (patch)
tree6be2e0d119f339d88c3c84bba528dd829e155c6d
parent607c8bf83c0a4ba75238d13ed8b0589a6d53bb91 (diff)
downloadopenembedded-548dae478aee26250cd7c3e7663e8da0e8b9dcfa.tar.gz
nfs-utils: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes/nfs-utils/nfs-utils_1.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nfs-utils/nfs-utils_1.1.2.bb b/recipes/nfs-utils/nfs-utils_1.1.2.bb
index 45ff4eaa28..315fd13da7 100644
--- a/recipes/nfs-utils/nfs-utils_1.1.2.bb
+++ b/recipes/nfs-utils/nfs-utils_1.1.2.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "userspace utilities for kernel nfs"
PRIORITY = "optional"
SECTION = "console/network"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
-PR = "r9"
+PR = "r10"
DEPENDS = "util-linux-ng tcp-wrappers libevent"