diff options
-rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb index 7502681fe2..80fcfc251b 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=f39a8d10930fb37bd59adabb | |||
6 | require ${BPN}-licenses.inc | 6 | require ${BPN}-licenses.inc |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=git/src/${GO_IMPORT} \ | 9 | git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT} \ |
10 | file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \ | 10 | file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \ |
11 | file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT} \ | 11 | file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT} \ |
12 | file://influxdb \ | 12 | file://influxdb \ |
@@ -16,8 +16,6 @@ require ${BPN}-go-mods.inc | |||
16 | 16 | ||
17 | SRCREV = "688e697c51fd5353725da078555adbeff0363d01" | 17 | SRCREV = "688e697c51fd5353725da078555adbeff0363d01" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | GO_IMPORT = "github.com/influxdata/influxdb" | 19 | GO_IMPORT = "github.com/influxdata/influxdb" |
22 | GO_INSTALL = "\ | 20 | GO_INSTALL = "\ |
23 | ${GO_IMPORT}/cmd/influx \ | 21 | ${GO_IMPORT}/cmd/influx \ |