[oe-commits] org.oe.dev devshell: do not try to package but deploy it

hrw commit openembedded-commits at lists.openembedded.org
Tue Oct 31 10:09:18 UTC 2006


devshell: do not try to package but deploy it

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 6557dd2eb46c0f531059621020ac9d0e2ff26e69
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6557dd2eb46c0f531059621020ac9d0e2ff26e69
Files:
1
packages/addons/devshell.bb
Diffs:

#
# mt diff -r618dcdf0a6545d5e7873bf2da9c74f57d003c0cd -r6557dd2eb46c0f531059621020ac9d0e2ff26e69
#
# 
# 
# patch "packages/addons/devshell.bb"
#  from [46e9ffde3a3f5005af8a25b0bb255488e32647eb]
#    to [a048a7cc6fb2f5626a54ba8f5903afbe2e98a593]
# 
============================================================
--- packages/addons/devshell.bb	46e9ffde3a3f5005af8a25b0bb255488e32647eb
+++ packages/addons/devshell.bb	a048a7cc6fb2f5626a54ba8f5903afbe2e98a593
@@ -1,6 +1,6 @@ LICENSE = "GPL"
 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 






More information about the Openembedded-commits mailing list