From d4f2f8269cff0e4e9a98ad1ef9c0f7b8a909d563 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 Sep 2023 08:41:54 +0100 Subject: recipetool/devtool: Ensure server knows about changed files Bitbake has changed to require notification when metadata changes in the middle of tinfoil sessions. Add the required function calls at the places metadata is changed. (From OE-Core rev: e5574163ab49a8f51b2b34fd37acfd1cad9b7595) Signed-off-by: Richard Purdie --- scripts/lib/devtool/upgrade.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/lib/devtool/upgrade.py') diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index e015a85982..487308912f 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py @@ -429,6 +429,7 @@ def _create_new_recipe(newpv, md5, sha256, srcrev, srcbranch, srcsubdir_old, src newvalues["LIC_FILES_CHKSUM"] = newlicchksum _add_license_diff_to_recipe(fullpath, license_diff) + tinfoil.modified_files() try: rd = tinfoil.parse_recipe_file(fullpath, False) except bb.tinfoil.TinfoilCommandFailed as e: -- cgit v1.2.3-54-g00ecf