summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb
index b760230aec..5a79919634 100644
--- a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb
+++ b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb
@@ -13,7 +13,7 @@ SUMMARY = "glibc tests using time32/time64 interfaces to be run with ptest for t
13# Erase some variables already set by glibc_${PV} 13# Erase some variables already set by glibc_${PV}
14python __anonymous() { 14python __anonymous() {
15 # Remove packages provided by glibc build, we only need a subset of them 15 # Remove packages provided by glibc build, we only need a subset of them
16 d.setVar("PACKAGES", "${PN} ${PN}-ptest") 16 d.setVar("PACKAGES", "${PN} ${PN}-dbg ${PN}-ptest")
17 17
18 d.setVar("PROVIDES", "${PN} ${PN}-ptest") 18 d.setVar("PROVIDES", "${PN} ${PN}-ptest")
19 19
@@ -108,12 +108,6 @@ EXCLUDE_FROM_SHLIBS = "1"
108# debugging. 108# debugging.
109PACKAGE_DEBUG_SPLIT_STYLE = ".debug" 109PACKAGE_DEBUG_SPLIT_STYLE = ".debug"
110 110
111# glibc test cases violate by default some Yocto/OE checks (staticdev,
112# textrel)
113# 'debug-files' - add everything (including debug) into one package
114# (no need to install/build *-src package)
115INSANE_SKIP:${PN} += "staticdev textrel debug-files rpaths"
116
117deltask do_stash_locale 111deltask do_stash_locale
118do_install[noexec] = "1" 112do_install[noexec] = "1"
119do_populate_sysroot[noexec] = "1" 113do_populate_sysroot[noexec] = "1"