From 14ac72ead9c581c5fac224a9b330b62d5faa048a Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 31 Jan 2022 22:39:53 +0100 Subject: [PATCH] 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 --- meta/recipes-core/glibc/glibc-tests_2.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.1