mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"
python3-ninja is used as a build dependency by other modules.
For that, python3-ninja and all its dependencies must be built
in native mode.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0010c0c055)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
cf4a2fa949
commit
65e06e7f4e
|
|
@ -9,4 +9,6 @@ inherit pypi setuptools3
|
|||
|
||||
PYPI_PACKAGE = "ninja_syntax"
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ninja_syntax/"
|
||||
UPSTREAM_CHECK_REGEX = "/ninja_syntax/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
UPSTREAM_CHECK_REGEX = "/ninja_syntax/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user