diff options
author | Li Zhou <li.zhou@windriver.com> | 2017-05-27 17:46:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-29 15:15:20 +0100 |
commit | 1c0ce38ba059fed36cb512a66a208f731537347f (patch) | |
tree | 12711172b7649759fa6a93de63be1821ef1b5a7c /scripts | |
parent | 0862df262d7bd4b016a3fcb8a2f2fff7e0cd957b (diff) | |
download | poky-1c0ce38ba059fed36cb512a66a208f731537347f.tar.gz |
python3: Move config-*/Makefile from misc package to dev package
Move config-*/Makefile in libdir from misc package to dev package for
python3, because it is only needed in development process.
(From OE-Core rev: d715dc422ce1723c8d05af7ad4183eeeb36bc2ec)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 |