Re: [yocto] Requires section of RPM Spec

2016-10-25 Thread Mark Hatle
On 10/25/16 6:49 AM, Alexander Kanavin wrote: > On 10/25/2016 02:42 PM, Bipnesh, Abhinav (Abhinav) wrote: >> Basically when we try to install these package on the image using RPM >> package management i.e. rpm -ivh the dependency checks >> fails as the rootfs doesn't contain RPM database from wher

Re: [yocto] Requires section of RPM Spec

2016-10-25 Thread Alexander Kanavin
On 10/25/2016 02:42 PM, Bipnesh, Abhinav (Abhinav) wrote: Basically when we try to install these package on the image using RPM package management i.e. rpm -ivh the dependency checks fails as the rootfs doesn't contain RPM database from where the check be made. So below is sample output If the

Re: [yocto] Requires section of RPM Spec

2016-10-25 Thread Bipnesh, Abhinav (Abhinav)
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Alexander Kanavin Sent: Tuesday, October 25, 2016 17:00 To: yocto@yoctoproject.org Subject: Re: [yocto] Requires section of RPM Spec On 10/25/2016 02:24 PM, Bipnesh, Abhinav

Re: [yocto] Requires section of RPM Spec

2016-10-25 Thread Alexander Kanavin
On 10/25/2016 02:24 PM, Bipnesh, Abhinav (Abhinav) wrote: Is there a way we can avoid pre-populating the Requires section of the generated RPM Spec from a recipe? I have not set any RDEPENDS or other such section but still the section get populated. Below is an example Requires: libcrypto.so