From f50088f905205aad6ba40e92d085c6ab3b27ce61 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 22 Aug 2011 19:37:17 +0200 Subject: lmbench: Order header fields according to style guide [1] [1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel --- 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 e650dd3a52..a91c547a03 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 ca55602a9b..498c7f26bf 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 a430a59b6b..0b3624af14 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" -- cgit 1.2.3-korg