resolved build issues

This commit is contained in:
icanos 2020-11-24 14:00:16 +00:00
parent 21453f302f
commit 6fb1a94049
4 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base:5.0.2
ARG BUILD_FROM=hassioaddons/base:8.0.6
FROM $BUILD_FROM
ENV LANG C.UTF-8
@ -22,14 +22,14 @@ ARG BUILD_ARCH
RUN apk add --no-cache jq
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=8.3.0-r0 \
gcc=8.3.0-r0 \
libc-dev=0.7.1-r0 \
linux-headers=4.19.36-r0 \
make=4.2.1-r2 \
python \
g++ \
gcc \
libc-dev \
linux-headers \
make \
python3 \
bluez \
eudev-dev=3.2.8-r0 \
eudev-dev \
\
&& apk add --no-cache \
git \

View file

@ -1,11 +1,11 @@
{
"squash": false,
"build_from": {
"aarch64": "hassioaddons/base-aarch64:5.0.2",
"amd64": "hassioaddons/base-amd64:5.0.2",
"armhf": "hassioaddons/base-armhf:5.0.2",
"armv7": "hassioaddons/base-armv7:5.0.2",
"i386": "hassioaddons/base-i386:5.0.2"
"aarch64": "hassioaddons/base-aarch64:8.0.6",
"amd64": "hassioaddons/base-amd64:8.0.6",
"armhf": "hassioaddons/base-armhf:8.0.6",
"armv7": "hassioaddons/base-armv7:8.0.6",
"i386": "hassioaddons/base-i386:8.0.6"
},
"args": {}
}

View file

@ -1,6 +1,6 @@
{
"name": "Plejd",
"version": "0.4.7",
"version": "0.4.8",
"slug": "plejd",
"description": "Adds support for the Swedish home automation devices from Plejd.",
"url": "https://github.com/icanos/hassio-plejd/",

View file

@ -4,7 +4,7 @@ const fs = require('fs');
const PlejdService = require('./ble.bluez');
const SceneManager = require('./scene.manager');
const version = "0.4.7";
const version = "0.4.8";
async function main() {
console.log('starting Plejd add-on v. ' + version);