aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:03 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:46 +0100
commite8551b682b5a377c679ca1c2426596058763e27d (patch)
treee055a50597edb42d677cb6faf5b40e10ae54972e
parentcd57f6999a17c48278b88383cd60b9c3726031f8 (diff)
downloadopenembedded-e8551b682b5a377c679ca1c2426596058763e27d.tar.gz
bonnie: 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. * Bump the PR Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/bonnie/bonnie++.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/bonnie/bonnie++.inc b/recipes/bonnie/bonnie++.inc
index fa24fcd471..1d5867d3da 100644
--- a/recipes/bonnie/bonnie++.inc
+++ b/recipes/bonnie/bonnie++.inc
@@ -3,8 +3,9 @@
# Released under the MIT license (see packages/COPYING)
DESCRIPTION="Tests large file IO and creation/deletion of small files."
-LICENSE="GPL"
+LICENSE="GPLv2"
+PR = "r1"
SRC_URI="http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
file://gcc-4.3-fixes.patch"