diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-25 16:16:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-29 12:05:31 +0100 |
commit | 4bf1c0401accbd0507794093f0d02640306029f0 (patch) | |
tree | f92b222082198f7f30d2d9f3b0652e41092f94d8 /meta/lib/oe/recipeutils.py | |
parent | 39aab1114177fb1e37bce8a5e1abb466ec360b59 (diff) | |
download | poky-4bf1c0401accbd0507794093f0d02640306029f0.tar.gz |
oe/recipeutils: Drop obsolete GITDIR reference
The fetcher GITDIR variable wase dropped a while back, drop the
obsolete reference to it (thanks Robert Day).
(From OE-Core rev: de035e687e26cef96e9b737c47bfc291bdfbea48)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/recipeutils.py')
-rw-r--r-- | meta/lib/oe/recipeutils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): | |||
1061 | data_copy_list = [] | 1061 | data_copy_list = [] |
1062 | copy_vars = ('SRC_URI', | 1062 | copy_vars = ('SRC_URI', |
1063 | 'PV', | 1063 | 'PV', |
1064 | 'GITDIR', | ||
1065 | 'DL_DIR', | 1064 | 'DL_DIR', |
1066 | 'PN', | 1065 | 'PN', |
1067 | 'CACHE', | 1066 | 'CACHE', |