mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:46:20 +00:00
influxdb: Fix build on mips
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
This commit is contained in:
parent
e413948e1c
commit
e84b579c8a
@ -0,0 +1,20 @@
|
||||
From f3713628fac72e45223013dcf8e37ac65d17d886 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Mon, 11 Jan 2021 15:16:57 -0800
|
||||
Subject: [PATCH] patch term module for mips ispeed/ospeed termios absense
|
||||
|
||||
Upstream-Status: OE-Specific [needed on mips]
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
go.mod | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
--- a/go.mod
|
||||
+++ b/go.mod
|
||||
@@ -54,3 +54,5 @@ require (
|
||||
gonum.org/v1/gonum v0.6.0 // indirect
|
||||
google.golang.org/grpc v1.26.0
|
||||
)
|
||||
+
|
||||
+replace github.com/pkg/term => github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627
|
||||
@ -22,6 +22,8 @@ SRC_URI = "\
|
||||
file://influxdb.conf \
|
||||
"
|
||||
|
||||
SRC_URI_append_mipsarch = " file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT}"
|
||||
|
||||
SRCREV = "c958f436b2e538a88a7815aad721c7774a0b8f63"
|
||||
|
||||
inherit go-mod systemd update-rc.d useradd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user