diff options
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index effcabaf40..10d3e64ae8 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -6,18 +6,18 @@ PR = "r9" | |||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ |
9 | file://${POKYBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" | 9 | file://${COREBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "file://${POKYBASE}/scripts/runqemu \ | 12 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ |
13 | file://${POKYBASE}/scripts/runqemu-internal \ | 13 | file://${COREBASE}/scripts/runqemu-internal \ |
14 | file://${POKYBASE}/scripts/poky-addptable2image \ | 14 | file://${COREBASE}/scripts/poky-addptable2image \ |
15 | file://${POKYBASE}/scripts/poky-gen-tapdevs \ | 15 | file://${COREBASE}/scripts/poky-gen-tapdevs \ |
16 | file://${POKYBASE}/scripts/runqemu-ifup \ | 16 | file://${COREBASE}/scripts/runqemu-ifup \ |
17 | file://${POKYBASE}/scripts/runqemu-ifdown \ | 17 | file://${COREBASE}/scripts/runqemu-ifdown \ |
18 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ | 18 | file://${COREBASE}/scripts/poky-find-native-sysroot \ |
19 | file://${POKYBASE}/scripts/poky-extract-sdk \ | 19 | file://${COREBASE}/scripts/poky-extract-sdk \ |
20 | file://${POKYBASE}/scripts/poky-export-rootfs \ | 20 | file://${COREBASE}/scripts/poky-export-rootfs \ |
21 | file://tunctl.c \ | 21 | file://tunctl.c \ |
22 | file://raw2flash.c \ | 22 | file://raw2flash.c \ |
23 | " | 23 | " |
@@ -34,7 +34,7 @@ do_compile() { | |||
34 | 34 | ||
35 | do_install() { | 35 | do_install() { |
36 | install -d ${D}${bindir} | 36 | install -d ${D}${bindir} |
37 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ | 37 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/poky-* ${D}${bindir}/ |
38 | install tunctl ${D}${bindir}/ | 38 | install tunctl ${D}${bindir}/ |
39 | install raw2flash.spitz ${D}${bindir}/ | 39 | install raw2flash.spitz ${D}${bindir}/ |
40 | install flash2raw.spitz ${D}${bindir}/ | 40 | install flash2raw.spitz ${D}${bindir}/ |