meta-devtools: Rename python3 packages
This commit is contained in:
parent
1270ababde
commit
2b74b65415
@ -24,8 +24,8 @@ RDEPENDS_${PN} += " \
|
||||
python3 \
|
||||
python3-gunicorn \
|
||||
python3-flask \
|
||||
rpi.gpio \
|
||||
w1thermsensor \
|
||||
python3-rpi.gpio \
|
||||
python3-w1thermsensor \
|
||||
"
|
||||
|
||||
FILES_${PN} = " \
|
||||
|
@ -24,7 +24,7 @@ RDEPENDS_${PN} += "\
|
||||
python3 \
|
||||
python3-gunicorn \
|
||||
python3-flask \
|
||||
rpi.gpio \
|
||||
python3-rpi.gpio \
|
||||
"
|
||||
|
||||
FILES_${PN} = " \
|
||||
|
@ -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 \
|
||||
"
|
||||
|
@ -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 = " \
|
||||
|
@ -11,8 +11,6 @@ inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "w1thermsensor"
|
||||
|
||||
# TARGET_CFLAGS += "-fcommon"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
python3 \
|
||||
"
|
Loading…
Reference in New Issue
Block a user