diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-06 15:54:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-06 15:54:15 +0000 |
commit | f70ffd8ed0d8876753119d16559eb887cade1025 (patch) | |
tree | 3c9d360f4ce3d3e570a27f4898d750c2dd84a2e7 /meta/packages/uboot | |
parent | 64e621cf18a2a5970b172187926152893ef72174 (diff) | |
download | openembedded-core-f70ffd8ed0d8876753119d16559eb887cade1025.tar.gz openembedded-core-f70ffd8ed0d8876753119d16559eb887cade1025.tar.bz2 openembedded-core-f70ffd8ed0d8876753119d16559eb887cade1025.zip |
u-boot-mkimage-openmoko-native: stage mkimage instead of deploying - should fix linux-mx31 build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3970 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uboot')
-rw-r--r-- | meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb b/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb index d0d47d84d8..574cda19b1 100644 --- a/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb +++ b/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb @@ -1,6 +1,7 @@ require uboot-openmoko_svn.bb PV = "1.2.0+git9912121f7ed804ea58fd62f3f230b5dcfc357d88svn2238" +PR = "r1" SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=9912121f7ed804ea58fd62f3f230b5dcfc357d88 \ file://uboot-machtypes.patch;patch=1 \ @@ -72,12 +73,11 @@ do_compile () { oe_runmake tools } -do_deploy () { +do_stage () { install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/uboot-mkimage ln -sf ${STAGING_BINDIR_NATIVE}/uboot-mkimage ${STAGING_BINDIR_NATIVE}/mkimage } -do_deploy[dirs] = "${S}" -addtask deploy before do_package after do_install - - +do_deploy() { +: +} |