meta-devtools: Rename python3 packages

This commit is contained in:
tkl 2021-12-08 19:51:43 +01:00
parent 1270ababde
commit 2b74b65415
6 changed files with 6 additions and 10 deletions

View File

@ -24,8 +24,8 @@ RDEPENDS_${PN} += " \
python3 \ python3 \
python3-gunicorn \ python3-gunicorn \
python3-flask \ python3-flask \
rpi.gpio \ python3-rpi.gpio \
w1thermsensor \ python3-w1thermsensor \
" "
FILES_${PN} = " \ FILES_${PN} = " \

View File

@ -24,7 +24,7 @@ RDEPENDS_${PN} += "\
python3 \ python3 \
python3-gunicorn \ python3-gunicorn \
python3-flask \ python3-flask \
rpi.gpio \ python3-rpi.gpio \
" "
FILES_${PN} = " \ FILES_${PN} = " \

View File

@ -7,8 +7,8 @@ require console-image-base.inc
DEV_SDK_INSTALL += " \ DEV_SDK_INSTALL += " \
git \ git \
make \ make \
python-pip \ python3-pip \
python-dev \ python3-dev \
bash \ bash \
packagegroup-core-buildessential \ packagegroup-core-buildessential \
" "

View File

@ -29,7 +29,7 @@ DEV_SDK_INSTALL = " \
file \ file \
perl-modules \ perl-modules \
pkgconfig \ pkgconfig \
python-modules \ python3-modules \
" "
EXTRA_TOOLS_INSTALL = " \ EXTRA_TOOLS_INSTALL = " \
@ -42,7 +42,6 @@ EXTRA_TOOLS_INSTALL = " \
findutils \ findutils \
i2c-tools \ i2c-tools \
less \ less \
mc \
procps \ procps \
rsync \ rsync \
sysfsutils \ sysfsutils \
@ -57,7 +56,6 @@ EXTRA_TOOLS_INSTALL = " \
" "
MQTT = " \ MQTT = " \
python-paho-mqtt \
" "
PYTHON_LIBS = " \ PYTHON_LIBS = " \

View File

@ -11,8 +11,6 @@ inherit pypi setuptools3
PYPI_PACKAGE = "w1thermsensor" PYPI_PACKAGE = "w1thermsensor"
# TARGET_CFLAGS += "-fcommon"
RDEPENDS_${PN} = " \ RDEPENDS_${PN} = " \
python3 \ python3 \
" "