summaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-31 08:19:26 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-31 08:19:26 +0000
commitc48931146dcbc07fb2ecd294ca885492cd4f0cec (patch)
tree5279521663693eb92ea149d187618f34a0bbd4b7 /meta/classes/devshell.bbclass
parentb9f06d1671aa2606810aa9edd1c056c5c2d3cf74 (diff)
downloadpoky-c48931146dcbc07fb2ecd294ca885492cd4f0cec.tar.gz
devshell.bbclass: Run after do_patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r--meta/classes/devshell.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 7948b65418..118e5e4a2a 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -6,7 +6,7 @@ do_devshell[interactive] = 1
6devshell_do_devshell() { 6devshell_do_devshell() {
7 bash -i 7 bash -i
8} 8}
9addtask devshell 9addtask devshell after do_patch
10 10
11 11
12EXPORT_FUNCTIONS do_devshell 12EXPORT_FUNCTIONS do_devshell