diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-11-05 15:06:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:17 +0000 |
commit | 21cfc81493d9f8ae15194b39a2b8e1c1d228f1e2 (patch) | |
tree | a07883e5260a320340f24ecf2995c6ea73d4ee4e /scripts/lib/wic/utils/errors.py | |
parent | b8bba551f96f7ff7c2eb772bbdc0b38ed2449683 (diff) | |
download | openembedded-core-21cfc81493d9f8ae15194b39a2b8e1c1d228f1e2.tar.gz openembedded-core-21cfc81493d9f8ae15194b39a2b8e1c1d228f1e2.tar.bz2 openembedded-core-21cfc81493d9f8ae15194b39a2b8e1c1d228f1e2.zip |
populate_sdk_base: improve POSIXLY_CORRECT compat
The install script is sometimes called under POSIXLY_CORRECT. This
requires two fixes be made:
1. `find -perm /0000` is a gnuism; replace with an equivalent boolean
expression using `-perm -0000`.
2. POSIX grep requires that all options be passed on the command line
before all files; otherwise, the options must be parsed as filenames.
(From OE-Core rev: 0870d9115546ad3b456af52ed45e46e637874a48)
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/wic/utils/errors.py')
0 files changed, 0 insertions, 0 deletions