diff options
Diffstat (limited to 'scripts/contrib')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 075860c418..a8b5059a4f 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -224,7 +224,7 @@ if __name__ == "__main__": | |||
224 | "${base_libdir}/*.o " + | 224 | "${base_libdir}/*.o " + |
225 | "${datadir}/aclocal " + | 225 | "${datadir}/aclocal " + |
226 | "${datadir}/pkgconfig " + | 226 | "${datadir}/pkgconfig " + |
227 | "config/Makefile ") | 227 | "config*/Makefile ") |
228 | 228 | ||
229 | m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core", | 229 | m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core", |
230 | "lib2to3" ) # package | 230 | "lib2to3" ) # package |