mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
python2/3: Move config/Makefile from core package to dev package
Move config/Makefile in libdir from core package to dev package for python, because it is only needed in development process. (From OE-Core rev: 8b55d055f046677c18eeaefe3ca18869eedeb14d) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -193,7 +193,7 @@ if __name__ == "__main__":
|
||||
"UserDict.* UserList.* UserString.* " +
|
||||
"lib-dynload/binascii.so lib-dynload/_struct.so lib-dynload/time.so " +
|
||||
"lib-dynload/xreadlines.so types.* platform.* ${bindir}/python* " +
|
||||
"_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " +
|
||||
"_weakrefset.* sysconfig.* _sysconfigdata.* " +
|
||||
"${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py ")
|
||||
|
||||
@@ -207,7 +207,8 @@ if __name__ == "__main__":
|
||||
"${base_libdir}/*.a " +
|
||||
"${base_libdir}/*.o " +
|
||||
"${datadir}/aclocal " +
|
||||
"${datadir}/pkgconfig " )
|
||||
"${datadir}/pkgconfig " +
|
||||
"config/Makefile ")
|
||||
|
||||
m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core",
|
||||
"${bindir}/2to3 lib2to3" ) # package
|
||||
|
||||
@@ -206,7 +206,7 @@ if __name__ == "__main__":
|
||||
"UserDict.* UserList.* UserString.* " +
|
||||
"lib-dynload/binascii.*.so lib-dynload/_struct.*.so lib-dynload/time.*.so " +
|
||||
"lib-dynload/xreadlines.*.so types.* platform.* ${bindir}/python* " +
|
||||
"_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " +
|
||||
"_weakrefset.* sysconfig.* _sysconfigdata.* " +
|
||||
"${includedir}/python${PYTHON_BINABI}/pyconfig*.h " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/collections " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " +
|
||||
@@ -223,7 +223,8 @@ if __name__ == "__main__":
|
||||
"${base_libdir}/*.a " +
|
||||
"${base_libdir}/*.o " +
|
||||
"${datadir}/aclocal " +
|
||||
"${datadir}/pkgconfig " )
|
||||
"${datadir}/pkgconfig " +
|
||||
"config/Makefile ")
|
||||
|
||||
m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core",
|
||||
"lib2to3" ) # package
|
||||
|
||||
Reference in New Issue
Block a user