From: Denys Dmytriyenko Date: Thu, 22 Mar 2012 02:46:04 +0000 (-0400) Subject: rt-tests: replace dependency on eglibc with virtual/libc X-Git-Tag: 2015-4~11226 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=053f1a0200047949765f34a6c99940adbe8f2c9f;p=openembedded-core.git rt-tests: replace dependency on eglibc with virtual/libc 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 Signed-off-by: Richard Purdie --- 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 64250278bb..1a91e867eb 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 \