[oe-commits] org.oe.dev devshell: Fix so that it actually deploys the devshell script. The task

lenehan commit openembedded-commits at lists.openembedded.org
Tue Nov 21 23:35:35 UTC 2006


devshell: Fix so that it actually deploys the devshell script. The task
being added gets "do_" appended to it, so we need to add "deploy" (not
"do_deploy"). Also with just to "after do_install" it never gets called
(perhaps added too late?) so also add a "before do_package". Closes #1561.

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

#
# mt diff -r748029da7b73690860d23911205e3ede8635f768 -r81fc57e46559c035dd8e3dfa2a767394e9c105ef
#
# 
# 
# patch "packages/addons/devshell.bb"
#  from [a048a7cc6fb2f5626a54ba8f5903afbe2e98a593]
#    to [11571a22bca4649ae3820a2d97efb5fda4a96799]
# 
============================================================
--- packages/addons/devshell.bb	a048a7cc6fb2f5626a54ba8f5903afbe2e98a593
+++ packages/addons/devshell.bb	11571a22bca4649ae3820a2d97efb5fda4a96799
@@ -1,6 +1,6 @@ LICENSE = "GPL"
 DESCRIPTION = "Runs a shell in an environment as emitted by BitBake to execute tasks"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 inherit autotools pkgconfig
 
@@ -72,4 +72,4 @@ do_deploy() {
 	install -m 755 $shellfile ${DEPLOY_DIR}/addons
 }
 
+addtask deploy after do_install before do_package
-addtask do_deploy after do_install 






More information about the Openembedded-commits mailing list