mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
generate-manifest-3.3.py: Add importlib
importlib isn't currently included in any of the python packages, so create a new one for recipes that require it. Cc: Paul Eggleton <paul.eggleton@linux.intel.com> (From OE-Core rev: b17d2e1838f1f1c3310926a4f3eed375898c60f3) Signed-off-by: Matt Fleming <matt.fleming@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e2cfdb6e0
commit
0fbc24bce8
@@ -261,6 +261,9 @@ if __name__ == "__main__":
|
||||
m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core",
|
||||
"formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
|
||||
|
||||
m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core",
|
||||
"importlib" )
|
||||
|
||||
m.addPackage( "${PN}-gdbm", "Python GNU database support", "${PN}-core",
|
||||
"lib-dynload/_gdbm.*.so" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user