On 4 November 2016 at 18:55, Brad Bishop <bradl...@fuzziesquirrel.com>
wrote:

> I am on Krogoth.  I have an autotools inheriting recipe.  The configure
> script runs a python script (in repo), that imports an out-of-python-distro
> module.
>
> I can’t seem to wrap my head around the correct way to express this in
> terms of dependencies, such that when I build with an SDK, I can import
> this module.
>

Put this in your image recipe that the SDK is generated from.

TOOLCHAIN_HOST_TASK_append = " nativesdk-python-foomodule"

TOOLCHAIN_HOST_TASK is the variable that list everything to be installed in
the SDK that is for the *host*, not the *target*.

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to