diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-14 14:40:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 11:28:17 +0000 |
commit | b08bc75f22879dee584b915d040e6466477e040a (patch) | |
tree | 69fe5fd84f51ae6a7fec0eed0a0618c1847d30b5 /meta/recipes-devtools/quilt | |
parent | 06e6505abfdf4c6bac516652c7f798eec0ebd469 (diff) | |
download | poky-b08bc75f22879dee584b915d040e6466477e040a.tar.gz |
quilt: Be determnistic about column presence
I've seen local differences in the quilt output depending on whether the column
binary was available in the sysroot. Fix determinism issues by being specific
about configuration.
(From OE-Core rev: 0cd5fba8634bcc679518f98cc25be66a51081372)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index d6d06c049c..d7ecda7aaa 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc | |||
@@ -30,7 +30,7 @@ EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch" | |||
30 | EXTRA_OECONF_append_class-native = " --disable-nls" | 30 | EXTRA_OECONF_append_class-native = " --disable-nls" |
31 | EXTRA_AUTORECONF += "--exclude=aclocal" | 31 | EXTRA_AUTORECONF += "--exclude=aclocal" |
32 | 32 | ||
33 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" | 33 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash ac_cv_path_COLUMN=column" |
34 | 34 | ||
35 | # Make sure we don't have "-w" in shebang lines: it breaks using | 35 | # Make sure we don't have "-w" in shebang lines: it breaks using |
36 | # "/usr/bin/env perl" as parser | 36 | # "/usr/bin/env perl" as parser |