mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
python-native: Put binaries in seperate directory
Update python-native to install the binaries in the python-native directory, add pythonnative.bbclass to let recipes that need python-native use the binaries and update disutils access the new binaries. Update distutils-base to inherit pythonnative. (From OE-Core rev: a2e554f731437545e9483a7a73e6847c03f6f48a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5bdd9988d9
commit
093ed41b0f
@@ -1,5 +1,5 @@
|
||||
DEPENDS += "${@["python-native python", ""][(d.getVar('PACKAGES', True) == '')]}"
|
||||
RDEPENDS_${PN} += "${@['', 'python-core']['${PN}' == '${BPN}']}"
|
||||
|
||||
inherit distutils-common-base
|
||||
inherit distutils-common-base pythonnative
|
||||
|
||||
|
||||
Reference in New Issue
Block a user