aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Schwermer <sven.schwermer@disruptive-technologies.com>2024-04-18 15:41:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-20 07:27:38 +0100
commit97ffe14311407f6e705ec24b70870ab32f0637b9 (patch)
tree279d634ac3d1306de6eb689876bc30c7ebb9b10a
parent67a1aa8dbb3cb3a30fa7d697431ebb30323e4f28 (diff)
downloadbitbake-master.tar.gz
fetch2/gcp: Add missing runfetchcmd importHEADmaster
This adds the missing import. This bug was introduced with 1ab1d36c. Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/fetch2/gcp.py1
1 files changed, 1 insertions, 0 deletions
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):
"""