[OE-core] [PATCH] ell: Initial recipe for Embedded Linux Library

Burton, Ross ross.burton at intel.com
Fri Feb 24 17:04:43 UTC 2017


On 24 February 2017 at 16:00, Ankit Navik <ankit.tarot at gmail.com> wrote:

>  meta/recipes-core/ell/ell.inc    | 10 ++++++++++
>  meta/recipes-core/ell/ell_git.bb |  9 +++++++++
>

Unless you have other recipes using the .inc file, then just merge these
into a single .bb.


> +DEPENDS  = "dbus"
> +RDEPENDS_${PN} += "dbus"
>

Why the RDEPENDS?  Any linking will add libdbus as required.


> +do_configure_prepend () {
> +    ${S}/bootstrap
> +}
>

This just does a mkdir and then calls autoreconf which we do straight away
afterwards, so is mostly a waste of time.  If we need to create the
directory before autoreconf then just do the mkdir in _prepend.

However currently this isn't used by anything in oe-core, so what's the
rationale for adding it to oe-core instead of another layer?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170224/059b43fe/attachment-0002.html>


More information about the Openembedded-core mailing list