diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-09 17:50:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:41 +0000 |
commit | c8dc3928fb1dfbd75973c57c75dbf3bc5d28d926 (patch) | |
tree | db78fdd9f7a17e0c31788e08eb8a33a967e624e6 /meta/classes | |
parent | d4f23b6c00aeeb274e2d04fbe898013bc49fb702 (diff) | |
download | poky-c8dc3928fb1dfbd75973c57c75dbf3bc5d28d926.tar.gz |
gconf.bbclass: Drop unneeded module import
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gconf.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index e147ecf68d..462a57b413 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass | |||
@@ -26,7 +26,7 @@ done | |||
26 | } | 26 | } |
27 | 27 | ||
28 | python populate_packages_append () { | 28 | python populate_packages_append () { |
29 | import os.path, re | 29 | import re |
30 | packages = bb.data.getVar('PACKAGES', d, 1).split() | 30 | packages = bb.data.getVar('PACKAGES', d, 1).split() |
31 | workdir = bb.data.getVar('WORKDIR', d, 1) | 31 | workdir = bb.data.getVar('WORKDIR', d, 1) |
32 | 32 | ||