diff options
Diffstat (limited to 'meta/recipes-devtools/qemu')
-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 \ |