1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2008-03-06 15:54:15 +00:00
parent 64e621cf18
commit f70ffd8ed0
@@ -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() {
:
}