From 3ba43f26eeea9bd76d05285bcb5a3f3aac70a573 Mon Sep 17 00:00:00 2001 From: Logan Buchy Date: Thu, 15 Oct 2015 00:42:27 -0700 Subject: bitbake: fetch2/hg: Include missing errno import errno.ENOENT checked if deletion of the fullmirror fails. Exception was thrown since module not imported (Bitbake rev: d92ebfc34b69ad5df2d151e6b8299fbb5afa3e5f) Signed-off-by: Logan Buchy Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/hg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake') diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index bbb4ed95dc..3b743ff51d 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py @@ -28,6 +28,7 @@ import os import sys import logging import bb +import errno from bb import data from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError -- cgit v1.2.3-54-g00ecf