From a8b4b3ef0735d847011bf9015d879b50421ffea6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Aug 2024 13:37:24 +0100 Subject: glibc-y2038-tests: Fix debug split and drop INSANE_SKIPs Create the separate dbg package and then drop and the INSANE_SKIP values as none of them appear to be needed once debug splitting is fixed. (From OE-Core rev: 922b5e7272c9b63c39d0c5ee0a67f08664994ab9) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb | 8 +------- 1 file changed, 1 insertion(+), 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 # Erase some variables already set by glibc_${PV} python __anonymous() { # Remove packages provided by glibc build, we only need a subset of them - d.setVar("PACKAGES", "${PN} ${PN}-ptest") + d.setVar("PACKAGES", "${PN} ${PN}-dbg ${PN}-ptest") d.setVar("PROVIDES", "${PN} ${PN}-ptest") @@ -108,12 +108,6 @@ EXCLUDE_FROM_SHLIBS = "1" # debugging. PACKAGE_DEBUG_SPLIT_STYLE = ".debug" -# glibc test cases violate by default some Yocto/OE checks (staticdev, -# textrel) -# 'debug-files' - add everything (including debug) into one package -# (no need to install/build *-src package) -INSANE_SKIP:${PN} += "staticdev textrel debug-files rpaths" - deltask do_stash_locale do_install[noexec] = "1" do_populate_sysroot[noexec] = "1" -- cgit v1.2.3-54-g00ecf