summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch')
-rw-r--r--meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch b/meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch
index f6dd230916..96be104a52 100644
--- a/meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Support-building-allarch-recipes-again.patch
@@ -11,11 +11,11 @@ Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
11 mesonbuild/environment.py | 1 + 11 mesonbuild/environment.py | 1 +
12 1 file changed, 1 insertion(+) 12 1 file changed, 1 insertion(+)
13 13
14diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py 14Index: meson-0.47.2/mesonbuild/environment.py
15index a0580a2..712b1e8 100644 15===================================================================
16--- a/mesonbuild/environment.py 16--- meson-0.47.2.orig/mesonbuild/environment.py
17+++ b/mesonbuild/environment.py 17+++ meson-0.47.2/mesonbuild/environment.py
18@@ -73,6 +73,7 @@ from .compilers import ( 18@@ -75,6 +75,7 @@ from .compilers import (
19 build_filename = 'meson.build' 19 build_filename = 'meson.build'
20 20
21 known_cpu_families = ( 21 known_cpu_families = (
@@ -23,6 +23,3 @@ index a0580a2..712b1e8 100644
23 'aarch64', 23 'aarch64',
24 'arm', 24 'arm',
25 'e2k', 25 'e2k',
26--
272.12.0
28