meson: re-add patch for skipping RPATH fixing
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Sat, 27 Oct 2018 17:59:22 +0000 (19:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 1 Nov 2018 20:21:34 +0000 (21:21 +0100)
commit5c939246a802c0ad9704dac1505105037542a1d3
tree8e942ceeade2c4eeee30d5d7eb60daf18e1b0d56
parent0b404b1c896581c3dcf3f77ecc4228949dcf02e2
meson: re-add patch for skipping RPATH fixing

The patch to skip RPATH fixing performed by Meson was removed in commit
a03f46ca6e9f43028003aedc92f1a1204ae7480f, as the script
support/scripts/check-host-rpath was not complaining anymore.

But without it, the problem still occurs for host packages [1].

So, restore this patch to fix build of host packages with Meson.

[1] http://lists.busybox.net/pipermail/buildroot/2018-October/232956.html

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/meson/0001-Only-fix-RPATH-if-install_rpath-is-not-empty.patch [new file with mode: 0644]