aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bonnie
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-11 16:58:43 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:19:25 -0500
commitb45e26a86fb8273584eab597da8c5ecb674ebd87 (patch)
treedca0dbb562b646172b504b0af45a90933a9920ff /recipes/bonnie
parent6475b7f8777d536ebe785f7314572fe15e27e357 (diff)
downloadopenembedded-b45e26a86fb8273584eab597da8c5ecb674ebd87.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>
Diffstat (limited to 'recipes/bonnie')
-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"