]> code.ossystems Code Review - openembedded-core.git/commitdiff
distutils3-base.bbclass: use python3targetconfig
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 13 Nov 2020 19:48:52 +0000 (20:48 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 12 Feb 2021 15:42:52 +0000 (05:42 -1000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9c8f666097802cb594a759989edcf01603a22df3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/distutils3-base.bbclass

index 7dbf07ac4b85b8bd9019d2ec5bbc9245f3aa66c8..a277d1c7bc68dd4c6a9f172e06ab76df0ca5bfb3 100644 (file)
@@ -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