From patchwork Mon May 21 14:29:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/70] bonnie: Update LICENSE field version to GPLv2 Date: Mon, 21 May 2012 14:29:03 -0000 From: chase maupin X-Patchwork-Id: 28089 Message-Id: <1337610609-1173-5-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- recipes/bonnie/bonnie++.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/bonnie/bonnie++.inc b/recipes/bonnie/bonnie++.inc index fa24fcd..1d5867d 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"