mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
meson: Add recipe for the meson build system
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@intel.com>. Signed-off-by: Linus Svensson <linussn@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a1d02f9721
commit
b8f6712bd9
@@ -0,0 +1,18 @@
|
|||||||
|
HOMEPAGE = "http://mesonbuild.com"
|
||||||
|
SUMMARY = "A high performance build system"
|
||||||
|
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/mesonbuild/meson.git"
|
||||||
|
|
||||||
|
SRCREV = "4e3073f90a7b4f225ce7d89034d61cd978399eba"
|
||||||
|
PV = "0.36.0"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "ninja python3-core python3-modules"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
Reference in New Issue
Block a user