diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:21:34 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:35:18 -0800 |
| commit | 1d2da22e770c8952248ddd0ff9a18207916a17fc (patch) | |
| tree | bf87b72f9256ea540ed3903624572b926c5b0e6e /meta-oe/recipes-extended/upm | |
| parent | 1bdbdf3a7e09b387fa25a3fa0dc0f15188cb5331 (diff) | |
| download | meta-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.bb | 2 |
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 |
| 26 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 26 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
| 27 | 27 | ||
| 28 | inherit distutils3-base cmake pkgconfig | 28 | inherit setuptools3-base cmake pkgconfig |
| 29 | 29 | ||
| 30 | EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" | 30 | EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" |
| 31 | 31 | ||
