From 25dcc55b74db02a0d614ae0416cfd68e4ea35a51 Mon Sep 17 00:00:00 2001 From: Sven Schwermer Date: Thu, 18 Apr 2024 15:41:47 +0200 Subject: bitbake: fetch2/gcp: Add missing runfetchcmd import This adds the missing import. This bug was introduced with 1ab1d36c. (Bitbake rev: 97ffe14311407f6e705ec24b70870ab32f0637b9) Signed-off-by: Sven Schwermer Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/gcp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/fetch2') diff --git a/bitbake/lib/bb/fetch2/gcp.py b/bitbake/lib/bb/fetch2/gcp.py index f40ce2eaa5..eb3e0c6a6b 100644 --- a/bitbake/lib/bb/fetch2/gcp.py +++ b/bitbake/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): """ -- cgit v1.2.3-54-g00ecf