| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-47-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27633/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb index ce6d1a8..eaa471a 100644 --- a/recipes/lmbench/lmbench_3.0-a9.bb +++ b/recipes/lmbench/lmbench_3.0-a9.bb @@ -1,9 +1,9 @@ SECTION = "console/utils" DESCRIPTION = "Tools for performance analysis." -LICENSE = "GPL" +LICENSE = "GPLv2" RDEPENDS_${PN} = "debianutils" -PR = "r4" +PR = "r5" inherit autotools
* 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> --- recipes/lmbench/lmbench_3.0-a9.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)