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 14:16:55 +0100 |
commit | 43d3061b17395157d643a3958603ca5d006b3b7a (patch) | |
tree | c363e437d3e479b28ec70df135ca42b6f03c003f /meta/recipes-support/shared-mime-info | |
parent | 7dc2732b28b16c9cfcc35136ce9110567cc3b67a (diff) | |
download | poky-43d3061b17395157d643a3958603ca5d006b3b7a.tar.gz |
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]
(From OE-Core rev: 09573a276456122b408c5bcebc537455fd1c5f29)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/shared-mime-info')
0 files changed, 0 insertions, 0 deletions