diff options
-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 e147ecf68..462a57b41 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) |