From: Peter Kjellerstedt Date: Mon, 31 Jan 2022 21:39:53 +0000 (+0100) Subject: glibc-tests: Correct PACKAGE_DEBUG_SPLIT_STYLE X-Git-Tag: uninative-3.5~115 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14ac72ead9c581c5fac224a9b330b62d5faa048a;p=openembedded-core.git glibc-tests: Correct PACKAGE_DEBUG_SPLIT_STYLE It was set to "debug", but the officially supported value is ".debug". Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc-tests_2.34.bb b/meta/recipes-core/glibc/glibc-tests_2.34.bb index 9cbf8776dd..8c7ecf89ba 100644 --- a/meta/recipes-core/glibc/glibc-tests_2.34.bb +++ b/meta/recipes-core/glibc/glibc-tests_2.34.bb @@ -102,7 +102,7 @@ EXCLUDE_FROM_SHLIBS = "1" # It is more handy to have _all_ the sources and symbols in one # place (package) as this recipe will be used for validation and # debugging. -PACKAGE_DEBUG_SPLIT_STYLE = "debug" +PACKAGE_DEBUG_SPLIT_STYLE = ".debug" # glibc test cases violate by default some Yocto/OE checks (staticdev, # textrel)