[OE-core] [PATCH] bind: fix python3 dependencies

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon Nov 27 19:16:05 UTC 2017


On 11/27/2017 08:35 PM, Dan McGregor wrote:
> Add missing python3 dependency, and use python3 from the build
> system.
> -DEPENDS = "openssl libcap"
> +DEPENDS = "openssl libcap python3"
> -inherit autotools update-rc.d systemd useradd pkgconfig python3-dir
> +inherit autotools update-rc.d systemd useradd pkgconfig python3-dir python3native

This should have a more specific explanation. Namely:

1) why is target python3 needed at build time (if not, it should be in 
RDEPENDS of a specific package)

2) why is native python3 needed, and host python3 is not enough.


Alex



More information about the Openembedded-core mailing list