diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-03-21 22:46:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:41:46 +0000 |
commit | 053f1a0200047949765f34a6c99940adbe8f2c9f (patch) | |
tree | 6850c42804bb5184e4e8418c799a6ce1fa3dc5f8 /meta/recipes-rt | |
parent | abacd7243a2e4cca216797c4a36ff66ae968ddbd (diff) | |
download | openembedded-core-contrib-053f1a0200047949765f34a6c99940adbe8f2c9f.tar.gz |
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 <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | 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 64250278bb1..1a91e867eb1 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 \ |