]> code.ossystems Code Review - openembedded-core.git/commitdiff
devshell.bbclass: Run after do_patch
authorRichard Purdie <richard@openedhand.com>
Thu, 31 Aug 2006 08:19:26 +0000 (08:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 31 Aug 2006 08:19:26 +0000 (08:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/devshell.bbclass

index 7948b654182907fc81e121485a0bb1fab187c229..118e5e4a2aaca0bc4038f8a7075cc336a3109432 100644 (file)
@@ -6,7 +6,7 @@ do_devshell[interactive] = 1
 devshell_do_devshell() {
        bash -i
 }
-addtask devshell
+addtask devshell after do_patch
 
 
 EXPORT_FUNCTIONS do_devshell