summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-12 09:21:34 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-12 09:35:18 -0800
commit1d2da22e770c8952248ddd0ff9a18207916a17fc (patch)
treebf87b72f9256ea540ed3903624572b926c5b0e6e /meta-oe/recipes-extended/upm
parent1bdbdf3a7e09b387fa25a3fa0dc0f15188cb5331 (diff)
downloadmeta-openembedded-1d2da22e770c8952248ddd0ff9a18207916a17fc.tar.gz
meta-oe: Use setuptools3-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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