mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
upm: Allow to build with CMake 4+
Upstream is inactive, so use the 'minimum policy version' override. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c4a6ed4f44
commit
82177b39ec
@ -27,7 +27,9 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
|
|||||||
|
|
||||||
inherit setuptools3-base cmake pkgconfig
|
inherit setuptools3-base cmake pkgconfig
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
|
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off \
|
||||||
|
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||||
|
"
|
||||||
|
|
||||||
# override this in local.conf to get needed bindings.
|
# override this in local.conf to get needed bindings.
|
||||||
# BINDINGS:pn-upm="python"
|
# BINDINGS:pn-upm="python"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user