Re: [yocto] Dependency for binary package

2022-08-26 Thread Khem Raj
On Fri, Aug 26, 2022 at 10:38 AM Rudolf J Streif wrote: > > On 8/25/22 5:44 PM, Khem Raj wrote: > > On Thu, Aug 25, 2022 at 4:56 PM Rudolf J Streif > > wrote: > >> > >> On 8/25/22 4:49 PM, Khem Raj wrote: > >>> On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif > >>> wrote: > Thanks, Khem. >

Re: [yocto] Dependency for binary package

2022-08-26 Thread Rudolf J Streif
On 8/25/22 5:44 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:56 PM Rudolf J Streif wrote: On 8/25/22 4:49 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif wrote: Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote:

Re: [yocto] Dependency for binary package

2022-08-25 Thread Khem Raj
On Thu, Aug 25, 2022 at 4:56 PM Rudolf J Streif wrote: > > > On 8/25/22 4:49 PM, Khem Raj wrote: > > On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif > > wrote: > >> Thanks, Khem. > >> > >> On 8/25/22 4:27 PM, Khem Raj wrote: > >>> On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif > >>> wrote: >

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
On 8/25/22 4:49 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif wrote: Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same

Re: [yocto] Dependency for binary package

2022-08-25 Thread Khem Raj
On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif wrote: > > Thanks, Khem. > > On 8/25/22 4:27 PM, Khem Raj wrote: > > On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif > > wrote: > >> I am packaging a binary package that has been built with the SDK created > >> with the exact same configuration. >

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency on

Re: [yocto] Dependency for binary package

2022-08-25 Thread Khem Raj
On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote: > > I am packaging a binary package that has been built with the SDK created > with the exact same configuration. > > During do_package I am getting an error that a dependency on > libGLESv2.so()(64bit) cannot be met. Adding mesa to RDEPENDS

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
Thank you, Quentin. On 8/25/22 7:45 AM, Quentin Schulz wrote: Hi Rudolf, On 8/25/22 16:30, Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency on

Re: [yocto] Dependency for binary package

2022-08-25 Thread Quentin Schulz
Hi Rudolf, On 8/25/22 16:30, Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency on libGLESv2.so()(64bit) cannot be met. Adding mesa to RDEPENDS does not