kumquat-buildroot/support
Thomas Petazzoni eeb6341410 support/scripts/check-host-rpath: split condition on two statements
Inside the check_elf_has_rpath(), we check if the host binary has a
correct RPATH, which should be either an absolute path to
$(HOST_DIR)/lib, or a relative path using $ORIGIN. Those two
conditions are checked in a single statements, but as we are going to
add a third condition, let's split this up a bit:

 - If we have a RPATH to $(HOST_DIR)/lib -> we're good, return 0
 - If we have a RPATH to $ORIGIN/../lib -> we're good, return 0
 - Otherwise, we will exit the loop, and return 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-11-26 19:08:57 +01:00
..
config-fragments support/config-fragments/autobuild: test the ARM AArch64 toolchain 2018-10-20 17:12:27 +02:00
dependencies support/dependencies: add a check for a suitable gzip 2018-11-24 15:14:58 +01:00
docker support/docker: use the distro-provided flake8 2018-06-17 20:54:02 +02:00
download download/git: fix code-style 2018-09-10 22:44:26 +02:00
gnuconfig
kconfig support/kconfig/merge_config.sh: avoid false positive matches from comment lines 2018-11-24 10:11:15 +01:00
legal-info
libtool
misc Merge branch 'next' 2018-09-07 13:13:17 +02:00
scripts support/scripts/check-host-rpath: split condition on two statements 2018-11-26 19:08:57 +01:00
testing support/testing: add python-ubjson tests 2018-11-23 22:05:46 +01:00