summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-07 13:38:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-08 08:26:14 +0100
commitafec350590105e54a44355fabcfd53f5909bb88f (patch)
treea52c954bf3de29553ec1b61e27a9438df8dc4ac0 /meta/recipes-core/glibc
parenta8b4b3ef0735d847011bf9015d879b50421ffea6 (diff)
downloadpoky-afec350590105e54a44355fabcfd53f5909bb88f.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb6
1 files changed, 0 insertions, 6 deletions
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}/*"
102 102
103EXCLUDE_FROM_SHLIBS = "1" 103EXCLUDE_FROM_SHLIBS = "1"
104 104
105# Install debug data in .debug and sources in /usr/src/debug
106# It is more handy to have _all_ the sources and symbols in one
107# place (package) as this recipe will be used for validation and
108# debugging.
109PACKAGE_DEBUG_SPLIT_STYLE = ".debug"
110
111deltask do_stash_locale 105deltask do_stash_locale
112do_install[noexec] = "1" 106do_install[noexec] = "1"
113do_populate_sysroot[noexec] = "1" 107do_populate_sysroot[noexec] = "1"