summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-17 11:38:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-18 08:53:10 +0100
commit0be8df3e587e2efef6ad76be0439c4403f007c67 (patch)
tree34774bad1423e548f58a69346404868e9dba7801 /meta/recipes-core/glibc
parentdf0f70d1b0c00b419616b243e95e4ac104a877ec (diff)
downloadpoky-0be8df3e587e2efef6ad76be0439c4403f007c67.tar.gz
glibc-tests: rename to glibc-y2038-tests
The recipe originates from meta-y2038 where the name was not confusing, but in oe-core it is. (From OE-Core rev: 90bc7a66b08580207839fc6aafe1ac86c12981c5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb (renamed from meta/recipes-core/glibc/glibc-tests_2.38.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-tests_2.38.bb b/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb
index 95eb774db7..be49ca4cb7 100644
--- a/meta/recipes-core/glibc/glibc-tests_2.38.bb
+++ b/meta/recipes-core/glibc/glibc-y2038-tests_2.38.bb
@@ -8,7 +8,7 @@ SRC_URI += "\
8 file://run-ptest \ 8 file://run-ptest \
9" 9"
10 10
11SUMMARY = "glibc tests to be run with ptest" 11SUMMARY = "glibc tests using time32/time64 interfaces to be run with ptest for the purpose of checking y2038 compatiblity"
12 12
13# Erase some variables already set by glibc_${PV} 13# Erase some variables already set by glibc_${PV}
14python __anonymous() { 14python __anonymous() {