Files
buildroot/package
Yann E. MORIN 7753672a5a core: always pass full path to strip command
In some cases, passing STRIP=true is not sufficient to disable striping
altogether, as some (incorrectly generated?) configure scripts will
ignore a ${STRIP} that is not a full path.

This is the case, for example, for nmap, which ends up using the host
strip command when we pass STRIP=true:

    checking for arm-buildroot-linux-gnueabihf-strip... no
    checking for strip... /usr/bin/strip
    configure: WARNING: using cross tools not prefixed with host triplet
    [--SNIP--]
    /usr/bin/install -c -c -m 755 nping /home/ymorin/dev/buildroot/O/target/usr/bin/nping
    /usr/bin/strip -x /home/ymorin/dev/buildroot/O/target/usr/bin/nping
    /usr/bin/strip: Unable to recognise the format of the input file `/home/ymorin/dev/buildroot/O/target/usr/bin/nping'

We fix that by forcing a full path to the strip sommand when it is
disabled: STRIP=/bin/true

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit d5dcc76d9e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-07-02 17:46:14 +02:00
..
2017-05-29 23:47:38 +02:00
2017-05-30 23:19:54 +02:00
2017-04-30 21:02:47 +02:00
2017-03-21 22:55:28 +01:00
2017-04-14 10:55:08 +02:00
2017-05-31 22:36:15 +02:00
2017-03-12 23:02:15 +01:00
2017-04-20 23:12:56 +02:00
2017-05-11 21:50:55 +02:00
2017-03-16 22:11:31 +01:00
2017-05-09 17:13:20 +02:00
2017-05-06 10:55:02 +02:00
2017-05-03 17:18:59 +02:00
2017-05-11 21:48:22 +02:00
2017-05-03 17:18:27 +02:00
2017-04-07 22:15:59 +02:00
2017-05-30 23:20:02 +02:00
2017-05-01 20:47:04 +02:00
2017-03-21 23:17:01 +01:00
2017-04-13 22:39:22 +02:00
2017-03-02 09:24:35 +01:00
2017-05-16 09:38:38 +02:00
2017-06-26 00:33:41 +02:00
2017-05-16 09:25:28 +02:00
2017-06-26 00:22:25 +02:00
2017-05-05 21:26:34 +02:00
2017-04-12 21:46:58 +02:00
2017-04-20 22:31:53 +02:00
2017-04-24 22:27:07 +02:00
2017-03-15 13:37:47 +01:00
2017-04-07 19:44:21 +02:00
2017-04-06 22:41:45 +02:00
2017-05-05 21:57:36 +02:00
2017-04-04 13:01:52 +02:00
2017-04-07 20:05:24 +02:00
2017-04-12 21:49:59 +02:00
2017-05-02 22:35:51 +02:00
2017-05-29 21:53:19 +02:00
2017-04-13 22:34:17 +02:00
2017-03-25 14:53:46 +01:00
2017-04-27 10:18:28 +02:00
2017-05-05 21:20:41 +02:00
2017-04-20 21:52:14 +02:00
2017-05-07 15:57:45 +02:00
2017-03-05 12:13:57 +01:00
2017-03-02 22:45:10 +01:00
2017-05-11 21:51:24 +02:00
2017-03-05 22:02:13 +01:00
2017-03-05 22:02:08 +01:00
2017-03-05 22:03:13 +01:00
2017-05-02 22:34:59 +02:00
2017-05-04 22:39:18 +02:00
2017-04-02 23:43:14 +02:00
2017-05-02 22:53:03 +02:00
2017-04-24 22:28:24 +02:00
2017-05-10 23:33:37 +02:00
2017-04-20 22:32:56 +02:00
2017-05-29 21:51:17 +02:00
2017-04-12 21:04:52 +02:00
2017-05-01 11:22:33 +02:00
2017-06-26 10:08:38 +02:00
2017-04-06 22:41:45 +02:00
2017-04-24 22:25:31 +02:00
2017-05-15 23:07:48 +02:00
2017-05-03 17:24:43 +02:00
2017-04-09 16:02:49 +02:00
2017-04-12 21:59:35 +02:00
2017-03-04 23:42:46 +01:00
2017-05-11 17:52:54 +02:00
2017-05-04 21:37:10 +02:00
2017-05-30 23:20:12 +02:00
2017-05-30 23:20:17 +02:00
2017-04-04 13:01:33 +02:00
2017-05-29 21:46:45 +02:00
2017-07-02 15:34:05 +02:00
2017-03-10 22:24:08 +01:00
2017-04-27 10:19:02 +02:00
2017-07-02 17:13:20 +02:00
2017-03-25 15:11:42 +01:00
2017-04-17 14:32:45 +02:00
2017-04-24 22:26:31 +02:00
2017-07-02 17:10:40 +02:00
2017-03-03 08:40:34 +01:00
2017-04-20 22:25:54 +02:00
2017-04-08 21:43:40 +02:00
2017-04-20 21:52:00 +02:00