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>
This commit is contained in:
Li Zhou
2017-05-27 17:46:16 +08:00
committed by Richard Purdie
parent 0862df262d
commit 1c0ce38ba0
2 changed files with 2 additions and 2 deletions

View File

@@ -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