[oe] [meta-python][PATCH v2 1/3] python-aws-iot-device-sdk-python: fix runtime dependencies

André Draszik git at andred.net
Thu Mar 22 09:13:51 UTC 2018


On Thu, 2018-03-22 at 09:11 +0000, André Draszik wrote:
> From: André Draszik <andre.draszik at jci.com>
> 
> They were completely wrong...
> List of imports obtained via:
>    rgrep -w import \
>    | awk -F : '{ $1="" ; gsub(/^[ \t]+|[ \t]+$/, ""); print; }' \
>    | grep -v AWSIoTPythonSDK \
>    | sort -u
> and packages providing the relevant modules extracted using
> oe-pkgdata-util find-path.

This is a very tedious approach actually... What is the usual recommended
way to make sure dependencies are correctly reflected in RDEPENDS?

Cheers,
Andre'




More information about the Openembedded-devel mailing list