On Mon, 1 Apr 2019 at 16:58, Alexander Kanavin <[email protected]> wrote: > It does not look like a hard dependency. > > configure.ac has: > AC_ARG_ENABLE([external_ell], AC_HELP_STRING([--enable-external-ell], > > So you can make it a PACKAGECONFIG option, disabled by default. It's > fine to have oe-core packages conditionally depend on things in > meta-oe, if the condition defaults to disable.
That's not right: that's the toggle between "a system-provided ell" or "you have checked out ell into the source tree". https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=8452a7f34907472c5e21c334673afd10df409eef We'll need to bring ell.bb into oe-core too. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
