summaryrefslogtreecommitdiffstats
path: root/meta/classes/imagetest-qemu.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-29 14:27:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-31 12:22:10 +0100
commit3309cf42d314f0a26079a11836c6b9b9bb5f253e (patch)
treecda5643afec3348304549c51c81f4debf84ec490 /meta/classes/imagetest-qemu.bbclass
parentad63b9b11b4c42414ff2c180dd03c1a7283321ec (diff)
downloadpoky-3309cf42d314f0a26079a11836c6b9b9bb5f253e.tar.gz
package_rpm.bbclass: Accomodate dash when using arrays
we were assigning local variable to an array coming through positional arguments. local is a non posix contruct thats also supported by dash luckily but operates differently in this case it exapnds the array before assignment. so local pkgs="$@" turns into pkgs=locale-base-en-us locale-base-en-gb ant we see errors run.do_rootfs.25593: 932: local: locale-base-en-gb: bad variable name So lets not use defining and assigning local in one go first define a local and then the assignment (From OE-Core rev: 4029ce1a15e1dbd374444ee77ccf2a915e463b7b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/imagetest-qemu.bbclass')
0 files changed, 0 insertions, 0 deletions