diff options
Diffstat (limited to 'scripts/lib/devtool/ide_sdk.py')
-rwxr-xr-x | scripts/lib/devtool/ide_sdk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index 3bfeb5a3fc..289bbbf47c 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py | |||
@@ -357,6 +357,7 @@ class RecipeModified: | |||
357 | 'PACKAGE_DEBUG_SPLIT_STYLE') | 357 | 'PACKAGE_DEBUG_SPLIT_STYLE') |
358 | self.path = recipe_d.getVar('PATH') | 358 | self.path = recipe_d.getVar('PATH') |
359 | self.pn = recipe_d.getVar('PN') | 359 | self.pn = recipe_d.getVar('PN') |
360 | self.pv = recipe_d.getVar('PV') | ||
360 | self.recipe_sysroot = os.path.realpath( | 361 | self.recipe_sysroot = os.path.realpath( |
361 | recipe_d.getVar('RECIPE_SYSROOT')) | 362 | recipe_d.getVar('RECIPE_SYSROOT')) |
362 | self.recipe_sysroot_native = os.path.realpath( | 363 | self.recipe_sysroot_native = os.path.realpath( |