diff options
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e44e351129..ac475a8e2a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -4,6 +4,9 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
4 | 4 | ||
5 | RDEPENDS_${PN}-ptest = "bash make" | 5 | RDEPENDS_${PN}-ptest = "bash make" |
6 | 6 | ||
7 | require qemu-targets.inc | ||
8 | inherit pkgconfig bluetooth ptest | ||
9 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
8 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" | 11 | file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" |
9 | 12 | ||
@@ -49,10 +52,6 @@ do_install_ptest() { | |||
49 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include | 52 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include |
50 | } | 53 | } |
51 | 54 | ||
52 | |||
53 | require qemu-targets.inc | ||
54 | inherit pkgconfig bluetooth ptest | ||
55 | |||
56 | # QEMU_TARGETS is overridable variable | 55 | # QEMU_TARGETS is overridable variable |
57 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc riscv32 riscv64 sh4 x86_64" | 56 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc riscv32 riscv64 sh4 x86_64" |
58 | 57 | ||