summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-02 18:09:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-03 07:56:10 +0100
commit18e4194539f33e4d702144ae7ad92875f0bbe41b (patch)
treebb2479b084caa8e9ddcbb830f65f748f3a36e44f /meta/lib
parentaf2b1221e8f7d2287c7039c8d6e83c04d85cac2d (diff)
downloadpoky-18e4194539f33e4d702144ae7ad92875f0bbe41b.tar.gz
devtool/upgrade: rename RECIPE_UPDATE_EXTRA_TASKS -> RECIPE_UPGRADE_EXTRA_TASKS
'UPDATE' as a name is somewhat unfortunate as the variable is intended only for the 'devtool upgrade' operation and devtool also has an 'update-recipe' operation. (From OE-Core rev: 4467aa0661e233f44c4ce029428c67d88fccfc07) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index 432d9c9a67..7d61773980 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -2017,7 +2017,7 @@ class DevtoolUpgradeTests(DevtoolBase):
2017 newlines = f.readlines() 2017 newlines = f.readlines()
2018 self.assertEqual(desiredlines, newlines) 2018 self.assertEqual(desiredlines, newlines)
2019 2019
2020 def test_devtool_upgrade_recipe_update_extra_tasks(self): 2020 def test_devtool_upgrade_recipe_upgrade_extra_tasks(self):
2021 # Check preconditions 2021 # Check preconditions
2022 self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory') 2022 self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
2023 self.track_for_cleanup(self.workspacedir) 2023 self.track_for_cleanup(self.workspacedir)