On Thu, 2018-03-22 at 09:11 +0000, André Draszik wrote:
> From: André Draszik <[email protected]>
> 
> 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'

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to