[oe] [meta-oe][PATCH 1/2] meson: Add recipe for the meson build system

Martin Jansa martin.jansa at gmail.com
Wed Feb 15 13:43:49 UTC 2017


> SRC_URI = "https://github.com/mesonbuild/meson/releases/
download/${PV}/${BP}.tar.gz"

I'm still not persuaded that the github tarballs aren't regenerated from
time to time.

Can you please use git fetcher instead of tarball?

On Wed, Feb 15, 2017 at 2:41 PM, <linus.svensson at axis.com> wrote:

> From: Linus Svensson <linussn at axis.com>
>
> Meson is a build system designed to be fast and as user firendly as
> possible. Find out more about meson at mesonbuild.com.
>
> This patch is based on a prototype patch by
> Ross Burton <ross.burton at intel.com>.
>
> Signed-off-by: Linus Svensson <linussn at axis.com>
> ---
>  meta-oe/recipes-devtools/meson/meson_0.36.0.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta-oe/recipes-devtools/meson/meson_0.36.0.bb
>
> diff --git a/meta-oe/recipes-devtools/meson/meson_0.36.0.bb
> b/meta-oe/recipes-devtools/meson/meson_0.36.0.bb
> new file mode 100644
> index 0000000..1ec7e3e
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/meson/meson_0.36.0.bb
> @@ -0,0 +1,15 @@
> +HOMEPAGE = "http://mesonbuild.com"
> +SUMMARY = "A high performance build system"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +SRC_URI = "https://github.com/mesonbuild/meson/releases/
> download/${PV}/${BP}.tar.gz"
> +SRC_URI[md5sum] = "dfdd190c5f10a67bb40e6cf93944dd43"
> +SRC_URI[sha256sum] = "dc087ec40dacb5e256e6ee6467f2d0
> 04faf4ef284d3c1ce5e89faa1e16540950"
> +
> +inherit setuptools3
> +
> +RDEPENDS_${PN} = "ninja python3-core python3-modules"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.1.4
>
> --
> _______________________________________________
> 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