]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc-tests: Correct PACKAGE_DEBUG_SPLIT_STYLE
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 31 Jan 2022 21:39:53 +0000 (22:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2022 09:01:58 +0000 (09:01 +0000)
It was set to "debug", but the officially supported value is ".debug".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-tests_2.34.bb

index 9cbf8776ddeb41998841194009fbafc156266539..8c7ecf89ba99da4debf214b815d968ce7e4219da 100644 (file)
@@ -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)