diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-03-11 05:58:51 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 23:32:39 +0100 |
| commit | f07b8a21962bf8df042725a828848dd5e06754c6 (patch) | |
| tree | fd3dc4c85328f78786845ccac94afcabf360350a | |
| parent | 9a3e69fe84a38c8b9a95ce110ed90ea5814aba0a (diff) | |
| download | meta-openembedded-f07b8a21962bf8df042725a828848dd5e06754c6.tar.gz | |
meson: Update to 0.37.1
Also make it possible to actually build the native version by avoiding
the runtime dependencies.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/meson/meson_0.37.1.bb (renamed from meta-oe/recipes-devtools/meson/meson_0.36.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/meson/meson_0.36.0.bb b/meta-oe/recipes-devtools/meson/meson_0.37.1.bb index 9349fcbbc0..a83af77b3a 100644 --- a/meta-oe/recipes-devtools/meson/meson_0.36.0.bb +++ b/meta-oe/recipes-devtools/meson/meson_0.37.1.bb | |||
| @@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/mesonbuild/meson.git" | 7 | SRC_URI = "git://github.com/mesonbuild/meson.git" |
| 8 | 8 | ||
| 9 | SRCREV = "4e3073f90a7b4f225ce7d89034d61cd978399eba" | 9 | SRCREV = "3d4bfdcb22314ea7db45a5b075f8b2a9c1498aab" |
| 10 | PV = "0.36.0" | ||
| 11 | 10 | ||
| 12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 14 | ||
| 16 | RDEPENDS_${PN} = "ninja python3-core python3-modules" | 15 | RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules" |
| 17 | 16 | ||
| 18 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
