mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
DEPENDS += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}"
|
|
RDEPENDS += "python-core"
|
|
|
|
inherit distutils-common-base
|
|
|