mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
af2b1221e8
commit
18e4194539
@@ -2017,7 +2017,7 @@ class DevtoolUpgradeTests(DevtoolBase):
|
||||
newlines = f.readlines()
|
||||
self.assertEqual(desiredlines, newlines)
|
||||
|
||||
def test_devtool_upgrade_recipe_update_extra_tasks(self):
|
||||
def test_devtool_upgrade_recipe_upgrade_extra_tasks(self):
|
||||
# Check preconditions
|
||||
self.assertTrue(not os.path.exists(self.workspacedir), 'This test cannot be run with a workspace directory under the build directory')
|
||||
self.track_for_cleanup(self.workspacedir)
|
||||
|
||||
Reference in New Issue
Block a user