summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot-utils-native_1.2.0.bb
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2007-12-17 18:31:29 +0000
committerAndrew Wilcox <andy@protium.com>2007-12-17 18:31:29 +0000
commitce77ced0ef562fdc882a36176dcb21ca096ed365 (patch)
tree440926b8a0eb6d5eb908921fb31a824555e28070 /packages/uboot/u-boot-utils-native_1.2.0.bb
parentd4b8505a939f85e0797074b54f104487c14006f4 (diff)
Remove u-boot-utils-native from RDEPENDS. Remove openprotium specificity.
Add u-boot-utils-native dependency in linux-linstation kernels. Fix of previous u-boot commit.
Diffstat (limited to 'packages/uboot/u-boot-utils-native_1.2.0.bb')
-rw-r--r--packages/uboot/u-boot-utils-native_1.2.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/uboot/u-boot-utils-native_1.2.0.bb b/packages/uboot/u-boot-utils-native_1.2.0.bb
index 02f9748ae3..b04b366ffe 100644
--- a/packages/uboot/u-boot-utils-native_1.2.0.bb
+++ b/packages/uboot/u-boot-utils-native_1.2.0.bb
@@ -22,7 +22,6 @@ do_compile () {
# install mkimage for the kernel makefile
do_stage() {
- install -d ${STAGING_BINDIR_NATIVE}
- install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}/
+ install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
}