diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/uboot/u-boot.inc | 6 |
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 () { | |||
34 | do_deploy[dirs] = "${S}" | 34 | do_deploy[dirs] = "${S}" |
35 | addtask deploy before do_build after do_compile | 35 | addtask deploy before do_build after do_compile |
36 | 36 | ||
37 | do_stage() { | 37 | do_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 | } |