summaryrefslogtreecommitdiff
path: root/recipes/addons/devshell.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-11-14 12:09:59 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-11-14 12:09:59 +0100
commitb32e9132c3b7186605a8f58978bf74dbcf12e1f7 (patch)
tree1a77746733e610166d0c0e30f6e1e65ecb74dac9 /recipes/addons/devshell.bb
parente51de62ba9a8ee53f6df29ab682598348496ee66 (diff)
parent2c09164fd4c11832865f18b72f46266b7abffbc7 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/addons/devshell.bb')
-rw-r--r--recipes/addons/devshell.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/addons/devshell.bb b/recipes/addons/devshell.bb
index 9ac6821e0e..5921125d12 100644
--- a/recipes/addons/devshell.bb
+++ b/recipes/addons/devshell.bb
@@ -11,9 +11,6 @@ do_configure() {
def devshell_emit_env(o, d, all=False, funcwhitelist=None):
"""Emits all items in the data store in a format such that it can be sourced by a shell."""
- import bb
- import bb.data
-
env = bb.data.keys(d)
for e in env: