diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-02-25 01:36:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
commit | 7c9c24330cdb0137544e61621f5d1c95e5b14366 (patch) | |
tree | 12da4baafa209b10823d85cc2d25c52e81cd4877 /meta | |
parent | 319edf8ca1914456315e09005da77a54aad56e5a (diff) | |
download | poky-7c9c24330cdb0137544e61621f5d1c95e5b14366.tar.gz |
gdb-common.inc: add PACKAGECONFIG for debuginfod
Added PACKAGECONFIG for debuginfod
(From OE-Core rev: 0bebcfcebccf6d746c1d77c15cf7b5b263a9b606)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
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 bfb8013d67..ccc911592c 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -36,6 +36,7 @@ PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | |||
36 | # ncurses is already a hard DEPENDS, but would be added here if it weren't | 36 | # ncurses is already a hard DEPENDS, but would be added here if it weren't |
37 | PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" | 37 | PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" |
38 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | 38 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" |
39 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" | ||
39 | 40 | ||
40 | GDBPROPREFIX = "--program-prefix=''" | 41 | GDBPROPREFIX = "--program-prefix=''" |
41 | 42 | ||