Re: [ptxdist] pkg-config-wrapper

2022-10-10 Thread Richard OGrady
> -Original Message- > From: Michael Olbrich > Sent: Friday, October 7, 2022 10:29 AM > To: Richard OGrady > Cc: ptxdist@pengutronix.de > Subject: Re: [ptxdist] pkg-config-wrapper > > On Fri, Oct 07, 2022 at 02:43:51PM +, Richard OGrady wrote: > > &

[ptxdist] pkg-config-wrapper

2022-10-05 Thread Richard OGrady
Hello, Debugging a prepare stage issue so trying to understand this chunk of code in pkg-config-wrapper. for pkg in ${pkgs}; do if [[ ! " ${whitelist} " =~ " ${pkg} " && ! "${pkg}" =~ '-uninstalled' ]]; then echo "$(basename ${0}): warning: blocking '${pkg}': not selected by

Re: [ptxdist] pkg-config-wrapper issue

2022-10-04 Thread Richard OGrady
> -Original Message- > From: ptxdist On Behalf Of Ladislav Michl > Sent: Monday, October 3, 2022 3:44 PM > To: ptxdist@pengutronix.de > Subject: Re: [ptxdist] pkg-config-wrapper issue > > On Mon, Oct 03, 2022 at 06:14:34PM +, Richard OGrady wrote: > >

[ptxdist] pkg-config-wrapper issue

2022-10-03 Thread Richard OGrady
Hello, We are using ptxdist 2022.07 and are building 2 packages, libimxvpuapi2 and libimxdmabuffer. libimxvpuapi2 depends on libimxdmabuffer and accordingly libimxvpuapi2.in selects libimxdmabuffer. The libimxvpuapi2 build fails during config. The config file shows Checking for