[yocto] rdepends = "python3-modules" in recipe does not install python3-modules in image

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Jan 5 10:38:03 PST 2018


On 01/05/2018 06:41 PM, Matt Schepers wrote:
> This does not install "python3-modules" to the image. When this builds, my python program does not work because of missing dependencies on the standard library.
> 
> To get this to work I have to go in and append "python3-modules" to IMAGE_INSTALL in my top level image recipe.
> 
> I thought that the purpose RDEPENDS was to install the correct runtime dependencies to the image? Why doesn't this work?

Probably because the binary package is called something else than PN?

Alex



More information about the yocto mailing list