]> code.ossystems Code Review - openembedded-core.git/commit
qemu.bbclass: fix vardeps of QEMU_OPTIONS
authorChristopher Larson <chris_larson@mentor.com>
Wed, 11 Nov 2015 05:54:59 +0000 (22:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2015 15:55:22 +0000 (15:55 +0000)
commit7740f214fffd6278f801899fc5e45f5720cbb544
tree945fdbf9b051b51c9c2eee8ac46d58e66dca4d83
parent46f41df60491990dc41f0514f63b304ac51b67d1
qemu.bbclass: fix vardeps of QEMU_OPTIONS

The variable name for QEMU_EXTRAOPTIONS is constructed programmatically, so we
need an explicit variable dependency, otherwise changes to it won't cause e.g.
qemuwrapper-cross to be rebuilt.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/qemu.bbclass