mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
gconf.bbclass: Drop unneeded module import
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user