[oe] [PATCH] ell: upgrade SRCREV and move recipes to core

Martin Jansa martin.jansa at gmail.com
Wed Sep 6 10:22:59 UTC 2017


Why did you add ell.inc? We're usually moving in the other direction
folding .inc into .bb and maintaining only one version of given component.

Also the tag in the subject should be [meta-oe] not [oe]

On Wed, Sep 6, 2017 at 5:25 AM, Ankit Navik <ankit.tarot at gmail.com> wrote:

>  7b7c15c build: Include check for xxd binary when in maintainer-mode
>
> Signed-off-by: Ankit Navik <ankit.tarot at gmail.com>
> ---
>  meta-oe/recipes-connectivity/ell/ell_git.bb | 17 -----------------
>  meta-oe/recipes-core/ell/ell.inc            | 13 +++++++++++++
>  meta-oe/recipes-core/ell/ell_git.bb         |  5 +++++
>  3 files changed, 18 insertions(+), 17 deletions(-)
>  delete mode 100644 meta-oe/recipes-connectivity/ell/ell_git.bb
>  create mode 100644 meta-oe/recipes-core/ell/ell.inc
>  create mode 100644 meta-oe/recipes-core/ell/ell_git.bb
>
> diff --git a/meta-oe/recipes-connectivity/ell/ell_git.bb
> b/meta-oe/recipes-connectivity/ell/ell_git.bb
> deleted file mode 100644
> index d259f52..0000000
> --- a/meta-oe/recipes-connectivity/ell/ell_git.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -SUMMARY  = "Embedded Linux Library"
> -DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings."
> -LICENSE  = "LGPLv2.1"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
> -SECTION = "libs"
> -
> -inherit autotools pkgconfig
> -
> -S = "${WORKDIR}/git"
> -SRCREV = "399099946abaeb2f3718a0667cc11436a7c0be14"
> -SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
> -
> -do_configure_prepend () {
> -    mkdir ${S}/build-aux
> -}
> -
> -DEPENDS = "dbus"
> diff --git a/meta-oe/recipes-core/ell/ell.inc b/meta-oe/recipes-core/ell/
> ell.inc
> new file mode 100644
> index 0000000..7bed240
> --- /dev/null
> +++ b/meta-oe/recipes-core/ell/ell.inc
> @@ -0,0 +1,13 @@
> +SUMMARY  = "Embedded Linux Library"
> +DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings."
> +LICENSE  = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
> +SECTION = "libs"
> +
> +inherit autotools pkgconfig
> +
> +do_configure_prepend () {
> +    mkdir ${S}/build-aux
> +}
> +
> +DEPENDS = "dbus"
> diff --git a/meta-oe/recipes-core/ell/ell_git.bb
> b/meta-oe/recipes-core/ell/ell_git.bb
> new file mode 100644
> index 0000000..0589809
> --- /dev/null
> +++ b/meta-oe/recipes-core/ell/ell_git.bb
> @@ -0,0 +1,5 @@
> +require ell.inc
> +
> +S = "${WORKDIR}/git"
> +SRCREV = "7b7c15c2e5caff88fc45e7a8b874a47196a0eddd"
> +SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list