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

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 08:02:14 UTC 2011


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

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Oct 24 09:49:35 2011 +0200

memtester: 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/memtester/memtester_4.0.5.bb |    2 +-
 recipes/memtester/memtester_4.0.6.bb |    2 +-
 recipes/memtester/memtester_4.1.3.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/memtester/memtester_4.0.5.bb b/recipes/memtester/memtester_4.0.5.bb
index ae6c621..e4f6555 100644
--- a/recipes/memtester/memtester_4.0.5.bb
+++ b/recipes/memtester/memtester_4.0.5.bb
@@ -1,6 +1,6 @@
-SECTION = "console/utils"
 DESCRIPTION = "Utility to test for faulty memory subsystem"
 HOMEPAGE = "http://pyropus.ca/software/memtester/"
+SECTION = "console/utils"
 LICENSE = "GPLv2"
 PR = "r3"
 
diff --git a/recipes/memtester/memtester_4.0.6.bb b/recipes/memtester/memtester_4.0.6.bb
index 29b0f8d..8d63e50 100644
--- a/recipes/memtester/memtester_4.0.6.bb
+++ b/recipes/memtester/memtester_4.0.6.bb
@@ -1,6 +1,6 @@
-SECTION = "console/utils"
 DESCRIPTION = "Utility to test for faulty memory subsystem"
 HOMEPAGE = "http://pyropus.ca/software/memtester/"
+SECTION = "console/utils"
 LICENSE = "GPLv2"
 PR = "r1"
 
diff --git a/recipes/memtester/memtester_4.1.3.bb b/recipes/memtester/memtester_4.1.3.bb
index 6fccf1f..b2235fb 100644
--- a/recipes/memtester/memtester_4.1.3.bb
+++ b/recipes/memtester/memtester_4.1.3.bb
@@ -1,6 +1,6 @@
-SECTION = "console/utils"
 DESCRIPTION = "Utility to test for faulty memory subsystem"
 HOMEPAGE = "http://pyropus.ca/software/memtester/"
+SECTION = "console/utils"
 LICENSE = "GPLv2"
 PR = "r1"
 





More information about the Openembedded-commits mailing list