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:
Khem Raj 2021-01-11 15:36:38 -08:00
parent e413948e1c
commit e84b579c8a
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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