diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-06 13:20:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-08 08:05:12 +0100 |
commit | 0edd06d15d2501ed0961681b56ecbb4ca5e75647 (patch) | |
tree | 70005d31449ea444463f6101242d492e9a895687 /scripts/cleanup-workdir | |
parent | 3f81b516e2f23683ce6129bb79bcc08263cb7fe1 (diff) | |
download | openembedded-core-0edd06d15d2501ed0961681b56ecbb4ca5e75647.tar.gz openembedded-core-0edd06d15d2501ed0961681b56ecbb4ca5e75647.tar.bz2 openembedded-core-0edd06d15d2501ed0961681b56ecbb4ca5e75647.zip |
rpm: brace expansion is a bashism
The constuct rm *.{a,la} is a bashism and as tasks are run under /bin/sh this
may not work as expected. Expand the {a,la} to two separate calls, and remove
the architecture-specific macro deletion as they are not installed in the first
place anymore.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/cleanup-workdir')
0 files changed, 0 insertions, 0 deletions