From: "Khem Raj" <raj.khem@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 2/2] man-db: Add compression PACKAGECONFIG entries
Date: Mon, 16 Aug 2021 08:31:49 -0700 [thread overview]
Message-ID: <47d7912d-814b-5337-067a-06ff95c67f12@gmail.com> (raw)
In-Reply-To: <20210816085253.3843644-2-richard.purdie@linuxfoundation.org>
On 8/16/21 1:52 AM, Richard Purdie wrote:
> Add PACKAGECONFIG entries for various compression algorithms to ensure
> builds are deterministic.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> meta/recipes-extended/man-db/man-db_2.9.4.bb | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/meta/recipes-extended/man-db/man-db_2.9.4.bb b/meta/recipes-extended/man-db/man-db_2.9.4.bb
> index c4cdbcc3b49..2b530fb8a6a 100644
> --- a/meta/recipes-extended/man-db/man-db_2.9.4.bb
> +++ b/meta/recipes-extended/man-db/man-db_2.9.4.bb
> @@ -22,6 +22,13 @@ inherit gettext pkgconfig autotools systemd
> EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system"
> EXTRA_AUTORECONF += "-I ${S}/gl/m4"
>
> +PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
> +PACKAGECONFIG[gzip] = "--with-gzip,--without-gzip,gzip"
> +PACKAGECONFIG[lzip] = "--with-lzip,--without-lzip,lzip"
> +PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
> +PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
> +PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz"
> +
were there some enabled by default I wonder ? I agree the minimal
default is a good starting point but just want to understand should we
need a default compression turned on or not.
> do_install() {
> autotools_do_install
>
>
>
>
>
>
prev parent reply other threads:[~2021-08-16 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 8:52 [PATCH 1/2] elfutils: Add zstd PACKAGECONFIG for determinism Richard Purdie
2021-08-16 8:52 ` [PATCH 2/2] man-db: Add compression PACKAGECONFIG entries Richard Purdie
2021-08-16 15:31 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47d7912d-814b-5337-067a-06ff95c67f12@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox