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:13 +0100 |
commit | d715dc422ce1723c8d05af7ad4183eeeb36bc2ec (patch) | |
tree | 8f90efebab0dc64db7f62c71c7121f557655f78f /scripts/contrib | |
parent | 659a80afc5894658f8b82fcd62ebe3562b441db9 (diff) | |
download | openembedded-core-d715dc422ce1723c8d05af7ad4183eeeb36bc2ec.tar.gz openembedded-core-d715dc422ce1723c8d05af7ad4183eeeb36bc2ec.tar.bz2 openembedded-core-d715dc422ce1723c8d05af7ad4183eeeb36bc2ec.zip |
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.
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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__": "${base_libdir}/*.o " + "${datadir}/aclocal " + "${datadir}/pkgconfig " + - "config/Makefile ") + "config*/Makefile ") m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core", "lib2to3" ) # package |