All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gdb-common.inc: add PACKAGECONFIG for debuginfod
@ 2021-02-25  0:36 Dorinda
  2021-02-25  2:01 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Dorinda @ 2021-02-25  0:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added PACKAGECONFIG for debuginfod

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-devtools/gdb/gdb-common.inc | 1 +
 1 file changed, 1 insertion(+)

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"
 # ncurses is already a hard DEPENDS, but would be added here if it weren't
 PACKAGECONFIG[tui] = "--enable-tui,--disable-tui"
 PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
+PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils"
 
 GDBPROPREFIX = "--program-prefix=''"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] gdb-common.inc: add PACKAGECONFIG for debuginfod
  2021-02-25  0:36 [PATCH] gdb-common.inc: add PACKAGECONFIG for debuginfod Dorinda
@ 2021-02-25  2:01 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-02-25  2:01 UTC (permalink / raw)
  To: Dorinda; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

On Wed, Feb 24, 2021 at 4:36 PM Dorinda <dorindabassey@gmail.com> wrote:

> Added PACKAGECONFIG for debuginfod
>

Lgtm


> Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
> ---
>  meta/recipes-devtools/gdb/gdb-common.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> 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"
>  # ncurses is already a hard DEPENDS, but would be added here if it weren't
>  PACKAGECONFIG[tui] = "--enable-tui,--disable-tui"
>  PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
> +PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod,
> elfutils"
>
>  GDBPROPREFIX = "--program-prefix=''"
>
> --
> 2.17.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1618 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-25  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25  0:36 [PATCH] gdb-common.inc: add PACKAGECONFIG for debuginfod Dorinda
2021-02-25  2:01 ` [OE-core] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.