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:47:06 +0000 |
| commit | 22cb225044563f07655b6971b7f9ca16ddbbd94e (patch) | |
| tree | fd08c89f5f9db8776511709560a30712044a7b04 | |
| parent | e2e4e4a5a61c55f713f9eabebaf460626d14cf7c (diff) | |
| download | poky-22cb225044563f07655b6971b7f9ca16ddbbd94e.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.
(From OE-Core rev: 053f1a0200047949765f34a6c99940adbe8f2c9f)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 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 @@ | |||
| 1 | DESCRIPTION = "Real-Time preemption testcases" | 1 | DESCRIPTION = "Real-Time preemption testcases" |
| 2 | HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" | 2 | HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" |
| 3 | SECTION = "tests" | 3 | SECTION = "tests" |
| 4 | DEPENDS = "linux-libc-headers eglibc" | 4 | DEPENDS = "linux-libc-headers virtual/libc" |
| 5 | LICENSE = "GPLv2 & GPLv2+" | 5 | LICENSE = "GPLv2 & GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
| 7 | file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \ | 7 | file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \ |
