Skip to content

Commit

Permalink
Remove ASUS.gpio / not working with new GCC (home-assistant#51662)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 9, 2021
1 parent a6a34c7 commit c21895f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions machine/tinker
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,3 @@ RUN apk --no-cache add usbutils \
bluepy \
pybluez \
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

0 comments on commit c21895f

Please sign in to comment.