mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 22:19:40 +00:00
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ do_compile:prepend() {
|
||||
SETUPTOOLS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-stringold \
|
||||
python3-ctypes \
|
||||
python3-fcntl \
|
||||
python3-io \
|
||||
python3-shell \
|
||||
python3-stringold \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user