forked from home-assistant/operating-system
-
Notifications
You must be signed in to change notification settings - Fork 4
/
0001-use-host-go-compiler.patch
35 lines (32 loc) · 1.11 KB
/
0001-use-host-go-compiler.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 3b009c8e03fdd83bc95994bc7dbfea5e849e8710 Mon Sep 17 00:00:00 2001
From: Felix Seele <[email protected]>
Date: Sun, 23 Apr 2023 14:28:25 +0000
Subject: [PATCH] use host go compiler
---
Dockerfile | 1 +
buildroot-external/package/tempio/Config.in.host | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 150605f20..86cf10f4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
cpio \
file \
git \
+ golang-go \
graphviz \
jq \
make \
diff --git a/buildroot-external/package/tempio/Config.in.host b/buildroot-external/package/tempio/Config.in.host
index a212eb3c4..4bbdf78c5 100644
--- a/buildroot-external/package/tempio/Config.in.host
+++ b/buildroot-external/package/tempio/Config.in.host
@@ -1,5 +1,4 @@
config BR2_PACKAGE_HOST_TEMPIO
bool "Home Assistant tempio"
- depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
help
Install Home Assistant template helper.
--
2.34.1