diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-08-19 18:09:52 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-08-19 18:09:52 -0400 |
commit | 1307fdab98aca02caab659dfe0625f4c02ea8f80 (patch) | |
tree | cea2e34920f146865e1e3e363a4d01bf7a23381a /recipes/rt-tests/rt-tests_0.28.bb | |
parent | 7ab4382774acd717e4dfe85ba74d06851dfb5247 (diff) |
rt-tests: fix GNU_HASH QA error
Diffstat (limited to 'recipes/rt-tests/rt-tests_0.28.bb')
-rw-r--r-- | recipes/rt-tests/rt-tests_0.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/rt-tests/rt-tests_0.28.bb b/recipes/rt-tests/rt-tests_0.28.bb index 4c278ccd2d..4915146538 100644 --- a/recipes/rt-tests/rt-tests_0.28.bb +++ b/recipes/rt-tests/rt-tests_0.28.bb @@ -1,12 +1,14 @@ DESCRIPTION = "Real-time tests, such as cyclictest, for real-time linux PREEMPT RT kernels" HOMEPAGE = "http://rt.wiki.kernel.org/index.php/Cyclictest" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/rt-tests-${PV}.tar.bz2" S = "${WORKDIR}/rt-tests" +TARGET_CC_ARCH += "${LDFLAGS}" + # Limit to cyclictest only for non-real-time kernels. # EXTRA_OEMAKE = "cyclictest" |