mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 01:19:30 +00:00
gconf.bbclass: Drop unneeded module import
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
d4f23b6c00
commit
c8dc3928fb
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user