summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-01-31 22:39:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-03 09:05:14 +0000
commit6834a3614897105a24bd717acf313b2028a01362 (patch)
tree0d039bafe00f239e76e286c1bbefcefc84ee1d2b /meta/recipes-core/glibc
parent610e4b98524fd22e9ffa79d0067e255ea84834e2 (diff)
downloadpoky-6834a3614897105a24bd717acf313b2028a01362.tar.gz
glibc-tests: Correct PACKAGE_DEBUG_SPLIT_STYLE
It was set to "debug", but the officially supported value is ".debug". (From OE-Core rev: 14ac72ead9c581c5fac224a9b330b62d5faa048a) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-tests_2.34.bb2
1 files changed, 1 insertions, 1 deletions
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"
102# It is more handy to have _all_ the sources and symbols in one 102# It is more handy to have _all_ the sources and symbols in one
103# place (package) as this recipe will be used for validation and 103# place (package) as this recipe will be used for validation and
104# debugging. 104# debugging.
105PACKAGE_DEBUG_SPLIT_STYLE = "debug" 105PACKAGE_DEBUG_SPLIT_STYLE = ".debug"
106 106
107# glibc test cases violate by default some Yocto/OE checks (staticdev, 107# glibc test cases violate by default some Yocto/OE checks (staticdev,
108# textrel) 108# textrel)