mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
qemu: convert missed override syntax
During the conversion to the new : override syntax, once instance was missed. We fix it here. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
98f88eed32
commit
538d688aad
|
@ -10,7 +10,7 @@ PACKAGES:prepend:class-target = "${PN}-x86_64 \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES:${PN}-x86_64:class-target = "${bindir}/qemu-system-x86_64 ${bindir}/qemu-x86_64"
|
FILES:${PN}-x86_64:class-target = "${bindir}/qemu-system-x86_64 ${bindir}/qemu-x86_64"
|
||||||
RDEPENDS:${PN}-x86_64:append_class_target = "${PN}"
|
RDEPENDS:${PN}-x86_64:append:class_target = "${PN}"
|
||||||
INSANE_SKIP:${PN}-x86_64:class-target = "file-rdeps"
|
INSANE_SKIP:${PN}-x86_64:class-target = "file-rdeps"
|
||||||
|
|
||||||
FILES:${PN}-i386:class-target = "${bindir}/qemu-i386"
|
FILES:${PN}-i386:class-target = "${bindir}/qemu-i386"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user