From: Richard Purdie Date: Wed, 25 Mar 2020 16:16:18 +0000 (+0000) Subject: oe/recipeutils: Drop obsolete GITDIR reference X-Git-Tag: 2020-04-dunfell~99 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de035e687e26cef96e9b737c47bfc291bdfbea48;p=openembedded-core.git oe/recipeutils: Drop obsolete GITDIR reference The fetcher GITDIR variable wase dropped a while back, drop the obsolete reference to it (thanks Robert Day). Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py index f53c2b7126..732420e46f 100644 --- a/meta/lib/oe/recipeutils.py +++ b/meta/lib/oe/recipeutils.py @@ -1061,7 +1061,6 @@ def get_recipe_upgrade_status(recipes=None): data_copy_list = [] copy_vars = ('SRC_URI', 'PV', - 'GITDIR', 'DL_DIR', 'PN', 'CACHE',