qemu-helper-nativesdk: Fix after file:// url handling changes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-06-10 10:55:43 +01:00
parent 07b4e14734
commit 8273262ae6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ do_compile() {
do_install() {
install -d ${D}${bindir}
install -m 0755 poky-* ${D}${bindir}/
install -m 0755 ${WORKDIR}${OEROOT}/scripts/poky-* ${D}${bindir}/
install raw2flash.spitz ${D}${bindir}/
install flash2raw.spitz ${D}${bindir}/
ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.akita