summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
blob: f6175a194c2e214f3e9f381fa19e4056159e632a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From ac1021a3abf612e8be9b19eecb97062e0c314701 Mon Sep 17 00:00:00 2001
From: Peter Kjellerstedt <pkj@axis.com>
Date: Thu, 26 Jul 2018 16:32:49 +0200
Subject: [PATCH] Support building allarch recipes again

This registers "allarch" as a known CPU family.

Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

---
 mesonbuild/envconfig.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
index 2d3c34c..b9e7908 100644
--- a/mesonbuild/envconfig.py
+++ b/mesonbuild/envconfig.py
@@ -36,6 +36,7 @@ from pathlib import Path
 
 
 known_cpu_families = (
+    'allarch',
     'aarch64',
     'alpha',
     'arc',