mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
generate-manifest-2.7.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: b3dae96d9fdb4e26101f6f7edc6e65989375a5a2) Signed-off-by: Matt Fleming <matt.fleming@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22f422fb9b
commit
5f0634a270
@@ -266,6 +266,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