devshell.bbclass: Run after do_patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-08-31 08:19:26 +00:00
parent b9f06d1671
commit c48931146d
1 changed files with 1 additions and 1 deletions

View 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