| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-4-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27713/ |
| State | Accepted |
| Commit | e8551b682b5a377c679ca1c2426596058763e27d |
| Headers | show |
Comments
Patch
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"
* 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> --- recipes/bonnie/bonnie++.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)