[oe-commits] Paul Menzel : lmbench: Add `HOMEPAGE = "http://lmbench.sourceforge.net/"`

git version control git at git.openembedded.org
Mon Aug 22 18:17:25 UTC 2011


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

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Aug 22 19:40:27 2011 +0200

lmbench: Add `HOMEPAGE = "http://lmbench.sourceforge.net/"`

LMBench does not seem to be developed anymore. It was imported to GitHub [1] but besides three patches nothing has happened there either.

[1] https://github.com/dmonakhov/lmbench

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/lmbench/lmbench_2.0.4.bb  |    3 ++-
 recipes/lmbench/lmbench_2.5.bb    |    3 ++-
 recipes/lmbench/lmbench_3.0-a9.bb |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index a91c547..675dccc 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -1,9 +1,10 @@
 DESCRIPTION = "Tools for performance analysis."
+HOMEPAGE = "http://lmbench.sourceforge.net/"
 SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
-PR = "r4"
+PR = "r5"
 
 inherit autotools
 
diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb
index 498c7f2..76639c3 100644
--- a/recipes/lmbench/lmbench_2.5.bb
+++ b/recipes/lmbench/lmbench_2.5.bb
@@ -1,9 +1,10 @@
 DESCRIPTION = "Tools for performance analysis."
+HOMEPAGE = "http://lmbench.sourceforge.net/"
 SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
-PR = "r3"
+PR = "r4"
 
 inherit autotools
 
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index 0b3624a..62e12bf 100644
--- a/recipes/lmbench/lmbench_3.0-a9.bb
+++ b/recipes/lmbench/lmbench_3.0-a9.bb
@@ -1,9 +1,10 @@
 DESCRIPTION = "Tools for performance analysis."
+HOMEPAGE = "http://lmbench.sourceforge.net/"
 SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
-PR = "r6"
+PR = "r7"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list