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-gunicorn \
python3-flask \
rpi.gpio \
w1thermsensor \
python3-rpi.gpio \
python3-w1thermsensor \
"
FILES_${PN} = " \

View File

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

View File

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

View File

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

View File

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