hwlatdetect 0.85: fix variable ordering

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

(From OE-Core rev: 8f6e7a711b5b5ed23b270a385f9f491005ec32cf)

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Koen Kooi 2014-06-17 11:01:27 +02:00 committed by Richard Purdie
parent 14058e84dc
commit a37e09e5f9
1 changed files with 2 additions and 2 deletions

View File

@ -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"