Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] rt-tests: replace dependency on eglibc with virtual/libc
@ 2012-03-22  2:46 Denys Dmytriyenko
  2012-03-22  2:46 ` [PATCH 2/2] rt-tests: add patch to support passing CFLAGS/LDFLAGS Denys Dmytriyenko
  2012-03-22 17:35 ` [PATCH 1/2] rt-tests: replace dependency on eglibc with virtual/libc Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-03-22  2:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

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>
---
 meta/recipes-rt/rt-tests/rt-tests_0.83.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.83.bb b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
index 6425027..1a91e86 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_0.83.bb
@@ -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 \
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-22 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22  2:46 [PATCH 1/2] rt-tests: replace dependency on eglibc with virtual/libc Denys Dmytriyenko
2012-03-22  2:46 ` [PATCH 2/2] rt-tests: add patch to support passing CFLAGS/LDFLAGS Denys Dmytriyenko
2012-03-22 17:35 ` [PATCH 1/2] rt-tests: replace dependency on eglibc with virtual/libc Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox