diff options
Diffstat (limited to 'meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb')
-rw-r--r-- | meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb b/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb index 6922d69e07..fcba0d5662 100644 --- a/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb +++ b/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb | |||
@@ -16,7 +16,6 @@ do_compile () { | |||
16 | oe_runmake tools | 16 | oe_runmake tools |
17 | } | 17 | } |
18 | 18 | ||
19 | NATIVE_INSTALL_WORKS = "1" | ||
20 | do_install () { | 19 | do_install () { |
21 | install -d ${D}${bindir}/ | 20 | install -d ${D}${bindir}/ |
22 | install -m 0755 tools/mkimage ${D}${bindir}/uboot-mkimage | 21 | install -m 0755 tools/mkimage ${D}${bindir}/uboot-mkimage |