From fc6700a1427398d466a902455711cfd745f856da Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 30 Mar 2011 11:25:44 +0200 Subject: u-boot.inc: remove package_stagefile_shell call Signed-off-by: Koen Kooi --- recipes-bsp/u-boot/u-boot.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc index 3a9a72f6b6..36dab1a1ed 100644 --- a/recipes-bsp/u-boot/u-boot.inc +++ b/recipes-bsp/u-boot/u-boot.inc @@ -59,12 +59,10 @@ INSANE_SKIP_${PN}-fw-utils = True do_deploy () { install -d ${DEPLOY_DIR_IMAGE} install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} - package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} cd ${DEPLOY_DIR_IMAGE} rm -f ${UBOOT_SYMLINK} ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK} - package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK} } do_deploy[dirs] = "${S}" addtask deploy before do_package_stage after do_compile -- cgit 1.2.3-korg