From: Richard Purdie Date: Wed, 7 Aug 2024 12:38:45 +0000 (+0100) Subject: glibc-y2038-tests: Don't force distro policy X-Git-Tag: yocto-5.1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3250bdf1d9da2908b80326f4d3a61b0131fe6e2b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- 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 5a799196346..8ed94386d26 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"