[OE-core] [PATCH] bmap-tools: add missing runtime dependencies

Tim Orling timothy.t.orling at linux.intel.com
Sat Oct 14 06:11:02 UTC 2017


> On Oct 13, 2017, at 4:14 AM, Pascal Bach <pascal.bach at siemens.com> wrote:
> 
> When running bmap on a target device the added dependncies are required.
> 
> Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
> ---
> meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
> index 7454f9d..348c9e8 100644
> --- a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
> +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
> @@ -14,7 +14,17 @@ SRCREV = "9dad724104df265442226972a1e310813f9ffcba"
> 
> S = "${WORKDIR}/git"
> 
> -RDEPENDS_${PN} = "python-core python-compression python-mmap"
> +RDEPENDS_${PN} = "\
> +    python-core \
> +    python-compression \
> +    python-argparse \
> +    python-shell \
> +    python-fcntl \
> +    python-threading \
> +    python-xml \
> +    python-subprocess \
> +    python-mmap \
> +    “
> 

These should all be the python3- version or ${PYTHON_PN}- (e.g. python3-core) should they not? Or is that an artifact of how the python module splitting is happening in oe-core?

> inherit python3native
> inherit setuptools3
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list