[yocto] QA rdepends issue when building xerces-c

Hartmut Behrens hartmut.behrens at gmail.com
Thu May 23 12:55:13 PDT 2013


On Thu, May 23, 2013 at 6:53 PM, Hartmut Behrens
<hartmut.behrens at gmail.com> wrote:
> I also tried INSANE_SKIP_${PN} += "dev-so" without any luck.
>
> Might you know how to solve this?

So including INSANE_SKIP_${PN} = "dev-deps" does the trick.

I tried playing around with FILES (shown below), but can't quite get
it right. The error that is issued then is "ERROR: QA Issue: non
-dev/-dbg/-nativesdk package contains symlink .so ..."

FILES_${PN} = "${bindir}/* ${libdir}/*"
FILES_${PN}-dev = "${includedir} ${libdir}/libxerces-c.so"



More information about the yocto mailing list