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

Alan Martinovic alan.martinovic at senic.com
Sun Jan 7 01:33:44 PST 2018


You can try
    bitbake users -e | grep PN
or
   bitbake users -e | vim -

and then search for PN inside vim

On Sat, Jan 6, 2018 at 7:00 PM, Matt Schepers <mschepers at telspandata.com> wrote:
> How do I check what PN is set to? I can see users-dbg.rpm and users-doc.rpm
> in the rpm folder. The recipe name is users.bb
>
>
> Thanks,
> Matt
>
> On Jan 5, 2018, at 11:38 AM, Alexander Kanavin
> <alexander.kanavin at linux.intel.com> wrote:
>
> 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
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



More information about the yocto mailing list