summaryrefslogtreecommitdiff
path: root/poky/scripts/oe-debuginfod
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/oe-debuginfod')
-rwxr-xr-xpoky/scripts/oe-debuginfod2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/scripts/oe-debuginfod b/poky/scripts/oe-debuginfod
index 556076988..9e5482d86 100755
--- a/poky/scripts/oe-debuginfod
+++ b/poky/scripts/oe-debuginfod
@@ -23,4 +23,4 @@ if __name__ == "__main__":
subprocess.call(['bitbake', '-c', 'addto_recipe_sysroot', 'elfutils-native'])
subprocess.call(['oe-run-native', 'elfutils-native', 'debuginfod', '--verbose', '-R', '-U', feed_dir])
- print("\nTo use the debuginfod server please ensure that this variable PACKAGECONFIG_pn-elfutils-native = \"debuginfod libdebuginfod\" is set in the local.conf")
+ print("\nTo use the debuginfod server please ensure that this variable PACKAGECONFIG:pn-elfutils-native = \"debuginfod libdebuginfod\" is set in the local.conf")