aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-20 15:19:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-20 15:19:39 +0000
commite09dab061470154bb14d172f79c5589d232b3c12 (patch)
tree0657681c4a60c3e7903591a0641a18d0ea6b7ac0 /meta/classes/devshell.bbclass
parent4015d48fcfec627821e9dd420b6c37fa1c60369e (diff)
downloadopenembedded-core-contrib-e09dab061470154bb14d172f79c5589d232b3c12.tar.gz
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r--meta/classes/devshell.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 118e5e4a2a..14f957e12b 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -1,8 +1,8 @@
-EXTRA_OEMAKE[export] = 1
+EXTRA_OEMAKE[export] = "1"
do_devshell[dirs] = "${S}"
-do_devshell[nostamp] = 1
-do_devshell[interactive] = 1
+do_devshell[nostamp] = "1"
+do_devshell[interactive] = "1"
devshell_do_devshell() {
bash -i
}