summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index c0312f0f05..474cdf6514 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -38,6 +38,7 @@ PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
38PACKAGECONFIG[tui] = "--enable-tui,--disable-tui,,ncurses-terminfo-base" 38PACKAGECONFIG[tui] = "--enable-tui,--disable-tui,,ncurses-terminfo-base"
39PACKAGECONFIG[xz] = "--with-lzma --with-liblzma-prefix=${STAGING_DIR_HOST},--without-lzma,xz" 39PACKAGECONFIG[xz] = "--with-lzma --with-liblzma-prefix=${STAGING_DIR_HOST},--without-lzma,xz"
40PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" 40PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils"
41PACKAGECONFIG[source-highlight] = "--enable-source-highlight,--disable-source-highlight,source-highlight"
41 42
42GDBPROPREFIX = "--program-prefix=''" 43GDBPROPREFIX = "--program-prefix=''"
43 44