]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glibc-y2038-tests: Don't force distro policy
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Aug 2024 12:38:45 +0000 (13:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Aug 2024 07:25:53 +0000 (08:25 +0100)
How debugging is laid out is for the distro to decide, not the recipe. If the user
wants this, they can set this. This recipe isn't special.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb

index 5a79919634669674e2a12037351ec69a8ac6cd2a..8ed94386d26668bcfab013d0d9227942efa68422 100644 (file)
@@ -102,12 +102,6 @@ FILES:${PN} = "${PTEST_PATH}/* /usr/src/debug/${PN}/*"
 
 EXCLUDE_FROM_SHLIBS = "1"
 
-# Install debug data in .debug and sources in /usr/src/debug
-# 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"
-
 deltask do_stash_locale
 do_install[noexec] = "1"
 do_populate_sysroot[noexec] = "1"