From c5aeee5bce0c8a002ce92948a2e0cea9884a43a5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 12 Oct 2017 22:29:49 +0200 Subject: [PATCH] Fix CEC (#192) * Update Dockerfile * Update config.json * Update Dockerfile --- cec_scan/Dockerfile | 1 + cec_scan/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cec_scan/Dockerfile b/cec_scan/Dockerfile index dbfdada..d61392e 100644 --- a/cec_scan/Dockerfile +++ b/cec_scan/Dockerfile @@ -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 \ diff --git a/cec_scan/config.json b/cec_scan/config.json index cb958ea..faf80b2 100644 --- a/cec_scan/config.json +++ b/cec_scan/config.json @@ -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/",