diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 11:13:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-04 11:16:44 +0100 |
commit | d62afd8163ca20526d3dc374c23a6d31a66b5e07 (patch) | |
tree | 1d3667238f0f714a4b6a1ed2192e5c2a6ea301f5 /scripts/lib/devtool/ide_sdk.py | |
parent | da5b4bb49e8594f48cdac684ae5df8db1e7994ce (diff) | |
download | poky-d62afd8163ca20526d3dc374c23a6d31a66b5e07.tar.gz |
scripts/lib/devtool/ide_sdk: Update for bitbake-setup
(From OE-Core rev: 32f79ab15181fa9b03a83f308ad382416b0e53d9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_sdk.py')
-rwxr-xr-x | scripts/lib/devtool/ide_sdk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index 931408fa74..4d33479e20 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py | |||
@@ -268,7 +268,7 @@ class RecipeNotModified: | |||
268 | 268 | ||
269 | class RecipeModified: | 269 | class RecipeModified: |
270 | """Handling of recipes in the workspace created by devtool modify""" | 270 | """Handling of recipes in the workspace created by devtool modify""" |
271 | OE_INIT_BUILD_ENV = 'oe-init-build-env' | 271 | OE_INIT_BUILD_ENV = 'init-build-env' |
272 | 272 | ||
273 | VALID_BASH_ENV_NAME_CHARS = re.compile(r"^[a-zA-Z0-9_]*$") | 273 | VALID_BASH_ENV_NAME_CHARS = re.compile(r"^[a-zA-Z0-9_]*$") |
274 | 274 | ||