On 26 September 2013 10:51, Jack Mitchell <[email protected]> wrote: > I ran into this problem the other day, and after speaking to Ross > Burton, he suggested that the better way to fix this is with: > > RDEPENDS_${PN}-dev = "" > > I'm starting to get the feeling that the dev-pkgs feature is also a > little broken, as it seems as though it doesn't handle cases where > sub-packages are installed, but the main package is not.
Well, the problem is the default dependency on the main package in the -dev package, which happens whether or not the main package even exists. That's why I prefer removing the dependency instead of creating empty packages just for the bad dependency. Ross _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
