mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove ASUS.gpio / not working with new GCC (#51662)
This commit is contained in:
parent
a6a34c76f7
commit
c21895facb
@ -7,14 +7,3 @@ RUN apk --no-cache add usbutils \
|
|||||||
bluepy \
|
bluepy \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL]
|
pygatt[GATTTOOL]
|
||||||
|
|
||||||
# Install GPIO support
|
|
||||||
RUN apk add --no-cache --virtual .build-dependencies \
|
|
||||||
gcc libc-dev musl-dev \
|
|
||||||
&& git clone --depth 1 https://github.com/TinkerBoard/gpio_lib_python /usr/src/gpio \
|
|
||||||
&& cd /usr/src/gpio \
|
|
||||||
&& sed -i "s/caddr_t/void*/g" source/wiringTB.c \
|
|
||||||
&& export MAKEFLAGS="-j$(nproc)" \
|
|
||||||
&& python3 setup.py install \
|
|
||||||
&& apk del .build-dependencies \
|
|
||||||
&& rm -rf /usr/src/gpio
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user