diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:24:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:46:46 +0100 |
commit | 877b3d84597fcfc3abf5aa332019d412f2717896 (patch) | |
tree | 525dd2aaf0d72936e4569673dae67fab645d60c3 /meta/recipes-devtools/qemu | |
parent | 27147ae60f22f5be257727b1ec69f48a7192ffb3 (diff) | |
download | openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.gz openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.bz2 openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.xz openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.zip |
Rename the remaining poky-* scripts to oe-* or runqemu-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 13 |
1 files changed, 7 insertions, 6 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 10d3e64ae..15f872bef 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb @@ -11,13 +11,13 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5 SRC_URI = "file://${COREBASE}/scripts/runqemu \ file://${COREBASE}/scripts/runqemu-internal \ - file://${COREBASE}/scripts/poky-addptable2image \ - file://${COREBASE}/scripts/poky-gen-tapdevs \ + file://${COREBASE}/scripts/runqemu-addptable2image \ + file://${COREBASE}/scripts/runqemu-gen-tapdevs \ file://${COREBASE}/scripts/runqemu-ifup \ file://${COREBASE}/scripts/runqemu-ifdown \ - file://${COREBASE}/scripts/poky-find-native-sysroot \ - file://${COREBASE}/scripts/poky-extract-sdk \ - file://${COREBASE}/scripts/poky-export-rootfs \ + file://${COREBASE}/scripts/oe-find-native-sysroot \ + file://${COREBASE}/scripts/runqemu-extract-sdk \ + file://${COREBASE}/scripts/runqemu-export-rootfs \ file://tunctl.c \ file://raw2flash.c \ " @@ -34,7 +34,8 @@ do_compile() { do_install() { install -d ${D}${bindir} - install -m 0755 ${WORKDIR}${COREBASE}/scripts/poky-* ${D}${bindir}/ + install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/ + install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/ install tunctl ${D}${bindir}/ install raw2flash.spitz ${D}${bindir}/ install flash2raw.spitz ${D}${bindir}/ |