kumquat-buildroot/support/scripts
Thomas Petazzoni d5d642a43f support/scripts/check-bin-arch: fix after "fix for filenames with spaces"
In commit 2f6c5e513c
("support/check-bin-arch: fix for filenames with spaces"), Yann
adjuste the check-bin-arch script to properly handle filenames with
spaces.

However, he also did a subtle change of the regexp that extracts the
path of the files. It was:

  "/^${package},(.+)$/!d; s//\1/;"

and Yann changed it to:

  "/^${package},\.(.+)$/!d; s//\1/;"

So the file paths used to start with a dot (like "./usr/share/foo"),
and now they no longer start with a dot (like "/usr/share/foo"). While
this modification is good and makes sense, the match for
/lib/firmware/ was not adjusted accordingly, and the follow-up patch
also ignoring /usr/share was not adjusted as well.

This commit fixes those /lib/firmware/ and /usr/share/ special cases,
which will fix:

  http://autobuild.buildroot.net/results/76a1475f4cdedb80426fb022ef2e644aa5625660/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-22 21:43:54 +01:00
..
apply-patches.sh support/apply-patches: re-instate set -e 2016-07-06 14:47:30 +02:00
br2-external core/br2-external: fix use of relative paths 2017-01-16 13:55:09 +01:00
brpkgutil.py graph-depends: rename pkgutil.py to brpkgutil.py 2017-03-21 23:11:04 +01:00
check-bin-arch support/scripts/check-bin-arch: fix after "fix for filenames with spaces" 2017-03-22 21:43:54 +01:00
check-host-rpath support/scripts/check-host-rpath: also check HOST_DIR/{bin, sbin} 2016-04-21 22:17:36 +02:00
check-kernel-headers.sh check-kernel-headers: mktemp --tmpdir not available on RedHat RHEL5 2014-09-28 20:40:57 +02:00
eclipse-register-toolchain eclipse support: document script and add checks 2013-01-14 21:45:09 +01:00
expunge-gconv-modules Change /bin/bash shebangs into /usr/bin/env bash 2014-10-25 01:55:37 +02:00
fix-configure-powerpc64.sh pkg-autotools: generic configure fix for powerpc64 2016-12-05 22:51:17 +01:00
get-developers get-developers: fix parentheses for print 2016-11-05 11:49:05 +01:00
getdeveloperlib.py scripts/get-developers: correct type of patches argument 2016-10-25 12:43:27 +02:00
graph-build-time support/scripts: fix graph-build-time help text 2016-05-24 23:26:25 +02:00
graph-depends graph-depends: rename pkgutil.py to brpkgutil.py 2017-03-21 23:11:04 +01:00
hardlink-or-copy support/scripts: add helper to hardlink-or-copy 2016-05-11 23:14:37 +02:00
mkmakefile Makefile: Remove 'quiet' variable 2015-10-29 00:04:05 +01:00
mkusers support/mkusers: rename variable to avoid name clashing 2017-03-04 11:56:51 +01:00
pkg-stats linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
pycompile.py pycompile: allow to force compilation 2017-03-20 23:00:25 +01:00
scancpan perl: bump to version 5.24.0 2017-01-04 17:06:27 +01:00
scanpypi scanpypi: include LICENCE in the list of supported license files 2016-07-07 11:48:52 +02:00
setlocalversion setlocalversion: sync with Linux kernel version (2.6.34) 2013-09-04 11:58:12 +02:00
size-stats size-stats: don't count hard links 2017-02-06 19:38:53 +01:00
size-stats-compare support/scripts: add size-stats-compare script 2016-02-07 15:52:25 +01:00
test-pkg support/scripts/test-pkg: extend logfile with olddefconfig output 2017-03-09 21:34:33 +01:00
xorg-release trivial: fix typo 'informations' 2014-07-24 22:31:20 +02:00