summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson_1.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-08 21:46:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-11 00:08:40 +0000
commit1bc0d0c80012a8c31c052b330c973366b6730985 (patch)
tree29f02542b390103b2b2a224be646a7991f20c355 /meta/recipes-devtools/meson/meson_1.0.1.bb
parent6f38e4c98f64a3ea0a61d713aa20b15e5ced9e58 (diff)
downloadpoky-1bc0d0c80012a8c31c052b330c973366b6730985.tar.gz
meson: remove obsolete RPATH stripping patch
As per the release notes for 0.55.0[1], this patch is no longer needed as Meson now only removes the RPATHs that it adds itself, any RPATHs added via LDFLAGS or pkgconfig files are left untouched. [1] https://mesonbuild.com/Release-notes-for-0-55-0.html#rpath-removal-now-more-careful (From OE-Core rev: 4011c0fadec98f1001046079f59e4e2a4a3a3fcf) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson/meson_1.0.1.bb')
-rw-r--r--meta/recipes-devtools/meson/meson_1.0.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson_1.0.1.bb b/meta/recipes-devtools/meson/meson_1.0.1.bb
index ce12a3126b..fd478b2161 100644
--- a/meta/recipes-devtools/meson/meson_1.0.1.bb
+++ b/meta/recipes-devtools/meson/meson_1.0.1.bb
@@ -12,7 +12,6 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
12 file://meson-setup.py \ 12 file://meson-setup.py \
13 file://meson-wrapper \ 13 file://meson-wrapper \
14 file://0001-python-module-do-not-manipulate-the-environment-when.patch \ 14 file://0001-python-module-do-not-manipulate-the-environment-when.patch \
15 file://disable-rpath-handling.patch \
16 file://0001-Make-CPU-family-warnings-fatal.patch \ 15 file://0001-Make-CPU-family-warnings-fatal.patch \
17 file://0002-Support-building-allarch-recipes-again.patch \ 16 file://0002-Support-building-allarch-recipes-again.patch \
18 file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ 17 file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \