mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
distutils3-base.bbclass: use python3targetconfig
(From OE-Core rev: 9c8f666097802cb594a759989edcf01603a22df3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5077e7abba
commit
3ec7f79ad2
@@ -1,5 +1,5 @@
|
||||
DEPENDS += "${@["${PYTHON_PN}-native ${PYTHON_PN}", ""][(d.getVar('PACKAGES') == '')]}"
|
||||
RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
|
||||
|
||||
inherit distutils-common-base python3native
|
||||
inherit distutils-common-base python3native python3targetconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user