diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-01-27 01:10:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-30 10:45:55 +0000 |
commit | c900b345aae1542848df78a160914c5606d88f6d (patch) | |
tree | d37474960b421f13e97bbef61936041f35abf09f /meta | |
parent | 2da2405aec42033556a09bb1b34a12ebdf2a5aad (diff) | |
download | poky-c900b345aae1542848df78a160914c5606d88f6d.tar.gz |
elfutils: add PACKAGECONFIG for debuginfod
Removed the config option that disabled debuginfod and
changed it to a PACKAGECONFIG.
[YOCTO #13807]
(From OE-Core rev: a970ba050db606ee646ca155031d47bcd9a9ab8c)
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/elfutils/elfutils_0.182.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.182.bb b/meta/recipes-devtools/elfutils/elfutils_0.182.bb index 43df79b04f..5f63662aff 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.182.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.182.bb | |||
@@ -34,7 +34,7 @@ SRC_URI[sha256sum] = "ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d914 | |||
34 | 34 | ||
35 | inherit autotools gettext ptest pkgconfig | 35 | inherit autotools gettext ptest pkgconfig |
36 | 36 | ||
37 | EXTRA_OECONF = "--program-prefix=eu- --disable-debuginfod" | 37 | EXTRA_OECONF = "--program-prefix=eu-" |
38 | 38 | ||
39 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 39 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
40 | DEPENDS_BZIP2_class-target = "bzip2" | 40 | DEPENDS_BZIP2_class-target = "bzip2" |
@@ -43,6 +43,7 @@ PACKAGECONFIG ??= "" | |||
43 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" | 43 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" |
44 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | 44 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" |
45 | PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl" | 45 | PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl" |
46 | PACKAGECONFIG[debuginfod] = "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd" | ||
46 | 47 | ||
47 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" | 48 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" |
48 | 49 | ||