[oe-commits] Paul Menzel : lmbench: Order header fields according to style guide [1]

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


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

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

lmbench: Order header fields according to style guide [1]

[1] http://wiki.openembedded.org/index.php/Styleguide

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

---

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

diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index e650dd3..a91c547 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -1,5 +1,5 @@
-SECTION = "console/utils"
 DESCRIPTION = "Tools for performance analysis."
+SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb
index ca55602..498c7f2 100644
--- a/recipes/lmbench/lmbench_2.5.bb
+++ b/recipes/lmbench/lmbench_2.5.bb
@@ -1,5 +1,5 @@
-SECTION = "console/utils"
 DESCRIPTION = "Tools for performance analysis."
+SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index a430a59..0b3624a 100644
--- a/recipes/lmbench/lmbench_3.0-a9.bb
+++ b/recipes/lmbench/lmbench_3.0-a9.bb
@@ -1,5 +1,5 @@
-SECTION = "console/utils"
 DESCRIPTION = "Tools for performance analysis."
+SECTION = "console/utils"
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 





More information about the Openembedded-commits mailing list