diff options
| -rw-r--r-- | meta-fsl-arm/classes/fsl-eula-unpack.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/classes/fsl-eula-unpack.bbclass b/meta-fsl-arm/classes/fsl-eula-unpack.bbclass index 7a6a55472..6660a8840 100644 --- a/meta-fsl-arm/classes/fsl-eula-unpack.bbclass +++ b/meta-fsl-arm/classes/fsl-eula-unpack.bbclass | |||
| @@ -18,6 +18,7 @@ python fsl_bin_do_unpack() { | |||
| 18 | fetcher = bb.fetch2.Fetch(src_uri, localdata) | 18 | fetcher = bb.fetch2.Fetch(src_uri, localdata) |
| 19 | 19 | ||
| 20 | for url in fetcher.ud.values(): | 20 | for url in fetcher.ud.values(): |
| 21 | save_cwd = os.getcwd() | ||
| 21 | # Check for supported fetchers | 22 | # Check for supported fetchers |
| 22 | if url.type in ['http', 'https', 'ftp', 'file']: | 23 | if url.type in ['http', 'https', 'ftp', 'file']: |
| 23 | if url.parm.get('fsl-eula', False): | 24 | if url.parm.get('fsl-eula', False): |
