[oe-commits] chase maupin : lmbench: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:38 UTC 2012


Module: openembedded.git
Branch: master
Commit: 3fc0ed411344e8f5d12802398aa5fdb2797d1969
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=3fc0ed411344e8f5d12802398aa5fdb2797d1969

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:46 2012 +0000

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 <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/lmbench/lmbench_3.0-a9.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index 5e0d01b..17146ac 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
 





More information about the Openembedded-commits mailing list