mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
mime.bbclass: No need to import os.path, it then breaks the os module
(From OE-Core rev: b4457a9605988feecadfd49df22ef57245c4cd86) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -27,7 +27,7 @@ fi
|
||||
}
|
||||
|
||||
python populate_packages_append () {
|
||||
import os.path, re
|
||||
import re
|
||||
packages = d.getVar('PACKAGES', True).split()
|
||||
pkgdest = d.getVar('PKGDEST', True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user