diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-28 13:09:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-01 13:57:53 +0100 |
commit | 09573a276456122b408c5bcebc537455fd1c5f29 (patch) | |
tree | df85cda48f409e45158fe81213e3eded8ed09a8d /meta/site/mips-linux | |
parent | 1d9866a2c4fe93202749a56c7ad89a3cbd07d9f8 (diff) | |
download | openembedded-core-09573a276456122b408c5bcebc537455fd1c5f29.tar.gz openembedded-core-09573a276456122b408c5bcebc537455fd1c5f29.tar.bz2 openembedded-core-09573a276456122b408c5bcebc537455fd1c5f29.tar.xz openembedded-core-09573a276456122b408c5bcebc537455fd1c5f29.zip |
libzypp: Fix variable substitution problem in do_archgen step
The do_archgen step creates a script that utilizes the variable name
${ARCH}. However, we also utilize and define ${ARCH} so instead of
having the following in the script:
COMPAT_WITH="${ARCH},${COMPAT} $COMPAT_WITH"
We get something like:
COMPAT_WITH="powerpc,${COMPAT} $COMPAT_WITH"
Just renaming the variable in the script to not conflict with ${ARCH}
fixes the issue.
[PR bump from Saul Wold]
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/site/mips-linux')
0 files changed, 0 insertions, 0 deletions