diff options
Diffstat (limited to 'meta/classes/gconf.bbclass')
-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 } python populate_packages_append () { - import os.path, re + import re packages = bb.data.getVar('PACKAGES', d, 1).split() workdir = bb.data.getVar('WORKDIR', d, 1) |