From 1923c62feeec014bd098b2080f37cf7b72dcb4c1 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 29 Jan 2025 15:20:12 -0500 Subject: devtool: standard: cleanup imports; stop relying on transitive bb imports (From OE-Core rev: 8457e24f60a9a84e0f1cfc4a28a39989534fa7de) Signed-off-by: Chris Laplante Signed-off-by: Mathieu Dubois-Briand 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 eed3a49e4b..94b6c11a37 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py @@ -169,6 +169,7 @@ def _get_uri(rd): def _extract_new_source(newpv, srctree, no_patch, srcrev, srcbranch, branch, keep_temp, tinfoil, rd): """Extract sources of a recipe with a new version""" + import oe.patch def __run(cmd): """Simple wrapper which calls _run with srctree as cwd""" -- cgit v1.2.3-54-g00ecf