summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pygtk_2.24.0.bb
diff options
context:
space:
mode:
authorRichard Tollerton <rich.tollerton@ni.com>2014-11-05 15:06:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-09 10:21:24 +0000
commitfb4d7ece3b5e67bcab133e8d6f17d2257d04049e (patch)
treee8c79a2ae2ad4e21e9c7eefe1e7a5c48fc9f8d1a /meta/recipes-devtools/python/python-pygtk_2.24.0.bb
parenta899e13329edec151c7e1880d4e9d7560be3fdef (diff)
downloadpoky-fb4d7ece3b5e67bcab133e8d6f17d2257d04049e.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygtk_2.24.0.bb')
0 files changed, 0 insertions, 0 deletions