[oe-commits] Denys Dmytriyenko : rt-tests: fix GNU_HASH QA error

git version control git at git.openembedded.org
Wed Aug 19 22:13:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1307fdab98aca02caab659dfe0625f4c02ea8f80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1307fdab98aca02caab659dfe0625f4c02ea8f80

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Wed Aug 19 18:09:52 2009 -0400

rt-tests: fix GNU_HASH QA error

---

 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 4c278cc..4915146 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"
 





More information about the Openembedded-commits mailing list