From 3fc0ed411344e8f5d12802398aa5fdb2797d1969 Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:46 +0000 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 Signed-off-by: Martin Jansa --- recipes/lmbench/lmbench_3.0-a9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb index 5e0d01b2c6..17146ac5a2 100644 --- a/recipes/lmbench/lmbench_3.0-a9.bb +++ b/recipes/lmbench/lmbench_3.0-a9.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Tools for performance analysis." HOMEPAGE = "http://lmbench.sourceforge.net/" SECTION = "console/utils" -LICENSE = "GPL" +LICENSE = "GPLv2" RDEPENDS_${PN} = "debianutils" -PR = "r7" +PR = "r8" inherit autotools -- cgit 1.2.3-korg