aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:48 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:27:26 +0100
commit09db09e81375ba8e0faa0717546413beb95d3256 (patch)
treea3132afa8ecdb7783203ec2278505ae636c16fd9
parent122efc0b6621f22709fa7f8071392b37ae0d3b02 (diff)
downloadopenembedded-09db09e81375ba8e0faa0717546413beb95d3256.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> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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"