* [PATCH] dpkg: Do not warn about GIT_PROXY_COMMAND exports
@ 2023-09-16 10:19 Jan Kiszka
2023-09-22 4:26 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2023-09-16 10:19 UTC (permalink / raw)
To: isar-users; +Cc: Uladzimir Bely
From: Jan Kiszka <jan.kiszka@siemens.com>
Latest bitbake now forwards this, causing our export check to raise a
false alarm.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Visible when using kas-container, thus also with the recent kas patches.
meta/classes/dpkg.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass
index c596adbf..b5d12481 100644
--- a/meta/classes/dpkg.bbclass
+++ b/meta/classes/dpkg.bbclass
@@ -61,6 +61,7 @@ dpkg_runbuild() {
[ "${var}" = "FTP_PROXY" ] && continue
[ "${var}" = "no_proxy" ] && continue
[ "${var}" = "NO_PROXY" ] && continue
+ [ "${var}" = "GIT_PROXY_COMMAND" ] && continue
bbwarn "Export of '${line}' detected, please migrate to templates"
done
--
2.35.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] dpkg: Do not warn about GIT_PROXY_COMMAND exports
2023-09-16 10:19 [PATCH] dpkg: Do not warn about GIT_PROXY_COMMAND exports Jan Kiszka
@ 2023-09-22 4:26 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2023-09-22 4:26 UTC (permalink / raw)
To: Jan Kiszka, isar-users
On Sat, 2023-09-16 at 15:49 +0530, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Latest bitbake now forwards this, causing our export check to raise a
> false alarm.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> Visible when using kas-container, thus also with the recent kas
> patches.
>
> meta/classes/dpkg.bbclass | 1 +
> 1 file changed, 1 insertion(+)
Applied to next, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-22 4:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 10:19 [PATCH] dpkg: Do not warn about GIT_PROXY_COMMAND exports Jan Kiszka
2023-09-22 4:26 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox