summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/upm')
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index 78a45ab4e0..61e2e38b05 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
25# Depends on mraa which only supports x86 and ARM for now 25# Depends on mraa which only supports x86 and ARM for now
26COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" 26COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
27 27
28inherit distutils3-base cmake pkgconfig 28inherit setuptools3-base cmake pkgconfig
29 29
30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" 30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
31 31