[oe-commits] Koen Kooi : hwlatdetect 0.85: fix variable ordering

git at git.openembedded.org git at git.openembedded.org
Tue Jun 17 09:25:23 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8f6e7a711b5b5ed23b270a385f9f491005ec32cf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8f6e7a711b5b5ed23b270a385f9f491005ec32cf

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Tue Jun 17 11:01:27 2014 +0200

hwlatdetect 0.85: fix variable ordering

The OE styleguide says to group R* variables below do_install.

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
index a5d2eac..8319eb9 100644
--- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
+++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
@@ -4,8 +4,6 @@ HOMEPAGE = "http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git"
 SECTION = "tests"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-RDEPENDS_${PN} = "python python-subprocess python-textutils"
-RRECOMMENDS_${PN} = "kernel-module-hwlat-detector"
 
 require rt-tests.inc
 
@@ -21,3 +19,5 @@ do_install() {
 }
 
 FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py"
+RDEPENDS_${PN} = "python python-subprocess python-textutils"
+RRECOMMENDS_${PN} = "kernel-module-hwlat-detector"



More information about the Openembedded-commits mailing list