diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2012-12-07 13:54:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-07 17:28:21 +0000 |
commit | d175cf096b78a11e7c436e476bf795704ef838a5 (patch) | |
tree | 5e441058edb0b6adab25ff15936e737356d3437f /meta/recipes-rt/rt-tests/rt-tests.inc | |
parent | 260fd34e661d243be419885c08290c4f26262d98 (diff) | |
download | poky-d175cf096b78a11e7c436e476bf795704ef838a5.tar.gz |
rt-tests: added missing dependencies in Makefile
The following targets missed dependency on librttest.a:
pi_stress
rt-migrate-test
hackbench
[YOCTO #3549]
(From OE-Core rev: 44bdd58494aeb7cef14b7931ba6f6628849f2c19)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 6a699fc4d8..513ddaf068 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -5,9 +5,11 @@ PR = "r0" | |||
5 | 5 | ||
6 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ | 6 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ |
7 | file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ | 7 | file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ |
8 | file://0002-rt-tests-Break-out-install_hwlatdetect.patch" | 8 | file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ |
9 | file://added-missing-dependencies.patch \ | ||
10 | " | ||
9 | 11 | ||
10 | INC_PR = "r0" | 12 | INC_PR = "r1" |
11 | 13 | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | 15 | ||