From 0e2e3ef1bacd2b9b21e7134d597358cdcccc078d Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 14 May 2012 09:51:06 -0500 Subject: lmbench: Update LICENSE field version to GPLv2 * 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 --- recipes/lmbench/lmbench_3.0-a9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/lmbench') diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb index ce6d1a80c0..eaa471aad0 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 -- cgit 1.2.3-korg