summaryrefslogtreecommitdiffstats
path: root/meta/packages/uboot/u-boot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/uboot/u-boot.inc')
-rw-r--r--meta/packages/uboot/u-boot.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/uboot/u-boot.inc b/meta/packages/uboot/u-boot.inc
index 93d6037339..3e926a4ea6 100644
--- a/meta/packages/uboot/u-boot.inc
+++ b/meta/packages/uboot/u-boot.inc
@@ -34,7 +34,7 @@ do_deploy () {
34do_deploy[dirs] = "${S}" 34do_deploy[dirs] = "${S}"
35addtask deploy before do_build after do_compile 35addtask deploy before do_build after do_compile
36 36
37do_stage() { 37do_install() {
38 install -d ${STAGING_BINDIR_NATIVE} 38 install -d ${D}${bindir}
39 install -m 755 tools/mkimage ${STAGING_BINDIR_NATIVE}/ 39 install -m 755 tools/mkimage ${D}${bindir}/
40} 40}