mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
(From OE-Core rev: ead30aa5e3046f450ee688e14f6d5268d9ed0bd8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
PYTHON_BASEVERSION = "3.3"
|
|
|
|
inherit python-dir
|
|
|
|
PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
|
|
EXTRANATIVEPATH += "${PYTHON_PN}-native"
|
|
DEPENDS += " ${PYTHON_PN}-native "
|