mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
elfutils: Add zstd PACKAGECONFIG for determinism
Ensure builds as deterministic by covering all compression configuration options. (From OE-Core rev: c78224b8546aa8d6bd238c2516c445b80de4c205) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,6 +32,10 @@ SRC_URI:append:libc-musl = " \
|
|||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "dc8d3e74ab209465e7f568e1b3bb9a5a142f8656e2b57d10049a73da2ae6b5a6"
|
SRC_URI[sha256sum] = "dc8d3e74ab209465e7f568e1b3bb9a5a142f8656e2b57d10049a73da2ae6b5a6"
|
||||||
|
|
||||||
|
# remove at next version upgrade or when output changes
|
||||||
|
PR = "r1"
|
||||||
|
HASHEQUIV_HASH_VERSION .= ".2"
|
||||||
|
|
||||||
inherit autotools gettext ptest pkgconfig
|
inherit autotools gettext ptest pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--program-prefix=eu-"
|
EXTRA_OECONF = "--program-prefix=eu-"
|
||||||
@@ -42,6 +46,7 @@ DEPENDS_BZIP2:class-target = "bzip2"
|
|||||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'debuginfod', 'debuginfod libdebuginfod', '', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'debuginfod', 'debuginfod libdebuginfod', '', d)}"
|
||||||
PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}"
|
PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}"
|
||||||
PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
|
PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
|
||||||
|
PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
|
||||||
PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl"
|
PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl"
|
||||||
PACKAGECONFIG[debuginfod] = "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd"
|
PACKAGECONFIG[debuginfod] = "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user