Fixes and from test-dependencies.sh run there is undeterministic lzma dependency:
WARN: packages/armv5te-oe-linux-gnueabi/python3/python3-misc/latest lost dependency on liblzma Reported-by: Martin Jansa <[email protected]> Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-devtools/python/python3_3.3.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3_3.3.2.bb b/meta/recipes-devtools/python/python3_3.3.2.bb index 6ff32d8..d2c7e37 100644 --- a/meta/recipes-devtools/python/python3_3.3.2.bb +++ b/meta/recipes-devtools/python/python3_3.3.2.bb @@ -197,6 +197,7 @@ FILES_${PN}-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" # catch all the rest (unsorted) PACKAGES += "${PN}-misc" FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}" +RDEPENDS_${PN}-misc = "liblzma" # catch manpage PACKAGES += "${PN}-man" -- 1.8.3.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
