diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-25 07:41:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:07:32 +0100 |
commit | b18f8a58f8c3d9c458640ffff322bc15d6352981 (patch) | |
tree | 06bd72261e065d47b5cc3f883b9969e257a57ab5 /meta/recipes-devtools | |
parent | d1303c220e9a64bbfc7b225cf7354b5f7784856d (diff) | |
download | poky-b18f8a58f8c3d9c458640ffff322bc15d6352981.tar.gz |
nativesdk-qemu-helper: fix for new runqemu
There is no runqemu-internal anymore, and it is a python script now
which requires several python modules.
(From OE-Core rev: 94cb6eaec37c07e7903143fb53a568ab0bf2fc5c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index 51d1c59699..63e5fd5711 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |||
@@ -1,15 +1,16 @@ | |||
1 | SUMMARY = "Qemu helper scripts" | 1 | SUMMARY = "Qemu helper scripts" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | RDEPENDS_${PN} = "nativesdk-qemu" | 3 | RDEPENDS_${PN} = "nativesdk-qemu nativesdk-python3-subprocess \ |
4 | PR = "r9" | 4 | nativesdk-python3-shell nativesdk-python3-fcntl \ |
5 | " | ||
5 | 6 | ||
7 | PR = "r9" | ||
6 | 8 | ||
7 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ | 9 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ |
8 | file://${COREBASE}/scripts/runqemu;endline=18;md5=77fbe442a88b1bcdc29c3ba67733b21b" | 10 | file://${COREBASE}/scripts/runqemu;endline=19;md5=a8ad1905c709a2deaa057608ebaf705a" |
9 | 11 | ||
10 | 12 | ||
11 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ | 13 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ |
12 | file://${COREBASE}/scripts/runqemu-internal \ | ||
13 | file://${COREBASE}/scripts/runqemu-addptable2image \ | 14 | file://${COREBASE}/scripts/runqemu-addptable2image \ |
14 | file://${COREBASE}/scripts/runqemu-gen-tapdevs \ | 15 | file://${COREBASE}/scripts/runqemu-gen-tapdevs \ |
15 | file://${COREBASE}/scripts/runqemu-ifup \ | 16 | file://${COREBASE}/scripts/runqemu-ifup \ |