($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: "Sven" <sven@svenschwermer.de>
To: bitbake-devel@lists.openembedded.org
Cc: charlie.johnston@loftorbital.com, eekmecic@snap.com,
	Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Subject: [PATCH] fetch2: Add missing runfetchcmd import
Date: Thu, 18 Apr 2024 15:41:47 +0200	[thread overview]
Message-ID: <20240418134147.184430-1-sven@svenschwermer.de> (raw)

From: Sven Schwermer <sven.schwermer@disruptive-technologies.com>

This adds the missing import. This bug was introduced with 1ab1d36c.

Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
---
 lib/bb/fetch2/gcp.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/fetch2/gcp.py b/lib/bb/fetch2/gcp.py
index f40ce2eaa..eb3e0c6a6 100644
--- a/lib/bb/fetch2/gcp.py
+++ b/lib/bb/fetch2/gcp.py
@@ -23,6 +23,7 @@ import urllib.parse, urllib.error
 from bb.fetch2 import FetchMethod
 from bb.fetch2 import FetchError
 from bb.fetch2 import logger
+from bb.fetch2 import runfetchcmd
 
 class GCP(FetchMethod):
     """
-- 
2.44.0



                 reply	other threads:[~2024-04-18 14:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240418134147.184430-1-sven@svenschwermer.de \
    --to=sven@svenschwermer.de \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=charlie.johnston@loftorbital.com \
    --cc=eekmecic@snap.com \
    --cc=sven.schwermer@disruptive-technologies.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).