mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-09 08:14:20 +01:00
Fix CEC (#192)
* Update Dockerfile * Update config.json * Update Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user