[oe] [PATCH 2/3 v2] rt-tests: Upgrade to latest version 0.73

Raymond Danks ray.danks at se-eng.com
Tue Jul 26 20:20:13 UTC 2011


Signed-off-by: Raymond Danks <ray.danks at se-eng.com>
---
v2:
 * Start with PR=0
 * Remove old version 0.28.

 .../{rt-tests_0.28.bb => rt-tests_0.73.bb}         |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
 rename recipes/rt-tests/{rt-tests_0.28.bb => rt-tests_0.73.bb} (74%)

diff --git a/recipes/rt-tests/rt-tests_0.28.bb b/recipes/rt-tests/rt-tests_0.73.bb
similarity index 74%
rename from recipes/rt-tests/rt-tests_0.28.bb
rename to recipes/rt-tests/rt-tests_0.73.bb
index af3bb30..26ea2cf 100644
--- a/recipes/rt-tests/rt-tests_0.28.bb
+++ b/recipes/rt-tests/rt-tests_0.73.bb
@@ -1,12 +1,13 @@
 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 = "r1"
+PR = "r0"
 
 SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/rt-tests-${PV}.tar.bz2"
 
 S = "${WORKDIR}/rt-tests"
 
+CFLAGS += "-D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include"
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 # Limit to cyclictest only for non-real-time kernels.
@@ -21,5 +22,6 @@ do_install() {
   done
 }
 
-SRC_URI[md5sum] = "761c3e9fab16290c10ab9421182d16e7"
-SRC_URI[sha256sum] = "48e5a43c03f42524dd91873d649a0b8a287debd727da993ab256dc4e839b0cee"
+SRC_URI[md5sum] = "98da46135f0a91c96cb7e5b27c7e3bb6"
+SRC_URI[sha256sum] = "f8d396ecd6aa5526c49919acbac0ea4936f27f2410ca806570d8c92c1067c29d"
+
-- 
1.7.0.4





More information about the Openembedded-devel mailing list