* [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI
@ 2025-06-23 9:12 Christian Lindeberg
2025-06-23 9:18 ` [oe] " ChenQi
2025-06-23 9:37 ` Gyorgy Sarvari
0 siblings, 2 replies; 4+ messages in thread
From: Christian Lindeberg @ 2025-06-23 9:12 UTC (permalink / raw)
To: openembedded-devel
Use the GO_SRCURI_DESTSUFFIX convenience variable for the Go main module
in the SRC_URI variable.
Change-Id: Id7a1f476c880b92b6e1eab057a9fc22875f0114c
---
meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 cc305f6e8d..5dd5644c4c 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
require ${BPN}-licenses.inc
SRC_URI = "\
- git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT} \
+ git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${GO_SRCURI_DESTSUFFIX} \
file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \
file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT} \
file://influxdb \
--
2.39.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [oe] [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI
2025-06-23 9:12 [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI Christian Lindeberg
@ 2025-06-23 9:18 ` ChenQi
2025-06-23 9:41 ` Christian Lindeberg
2025-06-23 9:37 ` Gyorgy Sarvari
1 sibling, 1 reply; 4+ messages in thread
From: ChenQi @ 2025-06-23 9:18 UTC (permalink / raw)
To: openembedded-devel
On 6/23/25 17:12, Christian Lindeberg via lists.openembedded.org wrote:
> Use the GO_SRCURI_DESTSUFFIX convenience variable for the Go main module
> in the SRC_URI variable.
>
> Change-Id: Id7a1f476c880b92b6e1eab057a9fc22875f0114c
Where does this Change-Id come from?
Regards,
Qi
> ---
> meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 cc305f6e8d..5dd5644c4c 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
> require ${BPN}-licenses.inc
>
> SRC_URI = "\
> - git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT} \
> + git://${GO_IMPORT};protocol=https;branch=1.8;destsuffix=${GO_SRCURI_DESTSUFFIX} \
> file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \
> file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT} \
> file://influxdb \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#118066): https://lists.openembedded.org/g/openembedded-devel/message/118066
> Mute This Topic: https://lists.openembedded.org/mt/113785094/7304865
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [Qi.Chen@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe] [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI
2025-06-23 9:12 [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI Christian Lindeberg
2025-06-23 9:18 ` [oe] " ChenQi
@ 2025-06-23 9:37 ` Gyorgy Sarvari
1 sibling, 0 replies; 4+ messages in thread
From: Gyorgy Sarvari @ 2025-06-23 9:37 UTC (permalink / raw)
To: christian.lindeberg, openembedded-devel
On 6/23/25 11:12, Christian Lindeberg via lists.openembedded.org wrote:
> Use the GO_SRCURI_DESTSUFFIX convenience variable for the Go main module
> in the SRC_URI variable.
>
> Change-Id: Id7a1f476c880b92b6e1eab057a9fc22875f0114c
>
Signoff seems to be missing
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe] [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI
2025-06-23 9:18 ` [oe] " ChenQi
@ 2025-06-23 9:41 ` Christian Lindeberg
0 siblings, 0 replies; 4+ messages in thread
From: Christian Lindeberg @ 2025-06-23 9:41 UTC (permalink / raw)
To: Qi.Chen, openembedded-devel
On 23/06/2025 11:18, Chen Qi via lists.openembedded.org wrote:
> On 6/23/25 17:12, Christian Lindeberg via lists.openembedded.org wrote:
>> Use the GO_SRCURI_DESTSUFFIX convenience variable for the Go main module
>> in the SRC_URI variable.
>>
>> Change-Id: Id7a1f476c880b92b6e1eab057a9fc22875f0114c
>
> Where does this Change-Id come from?
Oops, my bad. Missed to replace it with a Signed-off-by footer. I will
resend.
Christian
>
> Regards,
> Qi
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-23 9:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 9:12 [PATCH] influxdb: Use GO_SRCURI_DESTSUFFIX in SRC_URI Christian Lindeberg
2025-06-23 9:18 ` [oe] " ChenQi
2025-06-23 9:41 ` Christian Lindeberg
2025-06-23 9:37 ` Gyorgy Sarvari
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.