Re: [yocto] dev package being pulled into RDEPENDS automatically

2016-06-02 Thread Burton, Ross
On 31 May 2016 at 12:09, Alfonso Lima Astor wrote: > Do you know where this rdependency could get pulled into? how could I > remove it? > This can happen if the package generates unversioned libraries that look like development symlinks (such as /usr/lib/libfoo.so), which by default get packaged

[yocto] dev package being pulled into RDEPENDS automatically

2016-05-31 Thread Alfonso Lima Astor
Hello all, I am getting the following error when building a recipe of my own: ERROR: QA Issue: package1 rdepends on package2-dev [dev-deps] I think the problem is that package2-dev is in RDEPENDS_package1, but when I check the recipe, I just see: RDEPENDS_${PN} += "package1" Also, when I check