From 366aedf113c20538a6628eb1a880c4b2800812db Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 31 Oct 2006 10:06:49 +0000 Subject: devshell: do not try to package but deploy it --- packages/addons/devshell.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/addons') diff --git a/packages/addons/devshell.bb b/packages/addons/devshell.bb index d8116dd48b..986e17a5f9 100644 --- a/packages/addons/devshell.bb +++ b/packages/addons/devshell.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Runs a shell in an environment as emitted by BitBake to execute tasks" LICENSE = "GPL" -PR = "r1" +PR = "r2" inherit autotools pkgconfig @@ -55,7 +55,7 @@ do_stage() { : } -do_package() { +do_deploy() { shellfile="${TARGET_PREFIX}${DISTRO}-${MACHINE}-devshell" cd ${WORKDIR} @@ -71,3 +71,5 @@ do_package() { mkdir -p ${DEPLOY_DIR}/addons install -m 755 $shellfile ${DEPLOY_DIR}/addons } + +addtask do_deploy after do_install -- cgit v1.2.3