summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2018-11-21 23:14:07 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-26 20:16:24 +0000
commit93fc92cf42b07ad9896ace7969e79e2bb25b46ea (patch)
tree6b7659896f5ab702b5d219b8de52dd0c9478c7aa /meta/recipes-extended/iptables
parent94b13882510561b4ab7c08fd0343038c154680a4 (diff)
downloadpoky-93fc92cf42b07ad9896ace7969e79e2bb25b46ea.tar.gz
bitbake: fetch/git: fix AttributeError in shallow extraction logic
This code checks to see if shallow is either disabled or the tarball is missing, but the else block tries to print the tarball filename, and this attribute doesn't exist at all when shallow is disabled. Handle the two cases separately to give sane errors for both cases without the exception: Exception: AttributeError: 'FetchData' object has no attribute 'fullshallow' (Bitbake rev: b0ad961064ef6ecd77fab3435e5652c4ae284426) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iptables')
0 files changed, 0 insertions, 0 deletions