* Update Dockerfile

* Update config.json

* Update Dockerfile
This commit is contained in:
Pascal Vizeli
2017-10-12 22:29:49 +02:00
committed by GitHub
parent c209dd1b9d
commit c5aeee5bce
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ ARG BUILD_ARCH
# Build libcec with RPi support for HDMI-CEC on armhf
RUN apk add --no-cache build-base cmake eudev-dev git swig \
libstdc++ libgcc \
&& if [ "$BUILD_ARCH" == "armhf" ]; then \
apk add --no-cache raspberrypi-dev raspberrypi raspberrypi-libs; fi \
&& git clone --depth 1 -b p8-platform-2.1.0.1 https://github.com/Pulse-Eight/platform /usr/src/platform \

View File

@@ -1,6 +1,6 @@
{
"name": "CEC Scanner",
"version": "0.1",
"version": "0.2",
"slug": "cec_scan",
"description": "Scan HDMI CEC devices",
"url": "https://home-assistant.io/addons/cec_scan/",