summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2014-06-04 17:10:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-06 09:22:10 +0100
commitb17d2e1838f1f1c3310926a4f3eed375898c60f3 (patch)
tree952f607b262eacb501a3fecba870175590b71567 /scripts
parent228736f2ffba6c2e06e72042a1fdf3fc0807f9b7 (diff)
downloadopenembedded-core-contrib-b17d2e1838f1f1c3310926a4f3eed375898c60f3.tar.gz
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> 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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.3.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.3.py b/scripts/contrib/python/generate-manifest-3.3.py
index 1586c46868..288def293d 100755
--- a/scripts/contrib/python/generate-manifest-3.3.py
+++ b/scripts/contrib/python/generate-manifest-3.3.py
@@ -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" )