From afec350590105e54a44355fabcfd53f5909bb88f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Aug 2024 13:38:45 +0100 Subject: glibc-y2038-tests: Don't force distro policy 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. (From OE-Core rev: 3250bdf1d9da2908b80326f4d3a61b0131fe6e2b) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/recipes-core/glibc') diff --git a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb index 5a79919634..8ed94386d2 100644 --- a/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb +++ b/meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb @@ -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" -- cgit v1.2.3-54-g00ecf