diff options
author | Christian Lindeberg <christian.lindeberg@axis.com> | 2025-06-23 11:42:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-06 22:39:31 -0700 |
commit | c8d5b30af610cd7bbfe623f1cd1a87e9393d5e8b (patch) | |
tree | eb8f5367b64afaf3005007fd911c7109d31c6fd2 | |
parent | 9587da2ba4fd0c90aee849eafb748c7c80eadcba (diff) | |
download | meta-openembedded-c8d5b30af610cd7bbfe623f1cd1a87e9393d5e8b.tar.gz |
influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI
Use the GO_SRCURI_DESTSUFFIX convenience variable for the Go main module
in the SRC_URI variable.
Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 |
1 files changed, 1 insertions, 1 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 80fcfc251b..a82e1381de 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=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT} \ | 9 | git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
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 \ |