]> code.ossystems Code Review - openembedded-core.git/commitdiff
rt-tests: replace dependency on eglibc with virtual/libc
authorDenys Dmytriyenko <denys@ti.com>
Thu, 22 Mar 2012 02:46:04 +0000 (22:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Mar 2012 16:41:46 +0000 (16:41 +0000)
That is to support alternative providers of libc, such as glibc, uclibc
or even an external binary toolchain.
No PR bump is necessary here.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/rt-tests/rt-tests_0.83.bb

index 64250278bb1ea372c0f3363262d4c95769fe4795..1a91e867eb103faaa6ababa91ae477408629606b 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Real-Time preemption testcases"
 HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest"
 SECTION = "tests"
-DEPENDS = "linux-libc-headers eglibc"
+DEPENDS = "linux-libc-headers virtual/libc"
 LICENSE = "GPLv2 & GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \