Adding : *INSANE_SKIP_${PN} = "ldflags" *to my previous modified bb layer did
the trick !Thank you for your help. On Wed, Oct 4, 2017 at 2:21 PM, soim maillist <[email protected]> wrote: > I changed my bb file like so : > > > > *${CC} ${CFLAGS} ${LDFLAGS} -shared -Wl,-soname,${WORKDIR}/libgpio.so.1 > \ -o ${WORKDIR}/libgpio.so.1.0.1 gpio -lc* > > I have the same issue > *.* > > On Wed, Oct 4, 2017 at 12:43 PM, Burton, Ross <[email protected]> > wrote: > >> On 4 October 2017 at 09:40, soim maillist <[email protected]> wrote: >> >>> I had an initial error *: do_package_qa: QA Issue: No GNU_HASH in the >>> elf binary:* >>> >> >> You're not passing ${LDFLAGS} when you link (the second compile). >> >> Ross >> > >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
