diff options
Diffstat (limited to 'scripts/contrib/image-manifest')
-rwxr-xr-x | scripts/contrib/image-manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/image-manifest b/scripts/contrib/image-manifest index 3c07a73a4e..4d65a99258 100755 --- a/scripts/contrib/image-manifest +++ b/scripts/contrib/image-manifest | |||
@@ -392,7 +392,7 @@ def export_manifest_info(args): | |||
392 | for key in rd.getVarFlags('PACKAGECONFIG').keys(): | 392 | for key in rd.getVarFlags('PACKAGECONFIG').keys(): |
393 | if key == 'doc': | 393 | if key == 'doc': |
394 | continue | 394 | continue |
395 | rvalues[pn]['packageconfig_opts'][key] = rd.getVarFlag('PACKAGECONFIG', key, True) | 395 | rvalues[pn]['packageconfig_opts'][key] = rd.getVarFlag('PACKAGECONFIG', key) |
396 | 396 | ||
397 | if config['patches'] == 'yes': | 397 | if config['patches'] == 'yes': |
398 | patches = oe.recipeutils.get_recipe_patches(rd) | 398 | patches = oe.recipeutils.get_recipe_patches(rd) |