diff options
-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 | ||