From de035e687e26cef96e9b737c47bfc291bdfbea48 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 25 Mar 2020 16:16:18 +0000 Subject: 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 --- meta/lib/oe/recipeutils.py | 1 - 1 file changed, 1 deletion(-) 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', -- cgit 1.2.3-korg