From: Peter Korsgaard <peter@korsgaard.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/lvm2: fix CPE variable
Date: Sat, 03 Feb 2024 11:08:30 +0100 [thread overview]
Message-ID: <87zfwhuag1.fsf@48ers.dk> (raw)
In-Reply-To: <20240201214304.301544-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Thu, 1 Feb 2024 22:43:04 +0100")
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Commit d70da0be78779699a296e21532665ee149a2a3b8 wrongly set
> LVM2_CPE_ID_PRODUCT instead of LVM2_CPE_ID_VENDOR
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, thanks.
> ---
> package/lvm2/lvm2.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
> index ee43cb6c19..02ea748439 100644
> --- a/package/lvm2/lvm2.mk
> +++ b/package/lvm2/lvm2.mk
> @@ -10,7 +10,7 @@ LVM2_SITE = https://sourceware.org/ftp/lvm2
> LVM2_INSTALL_STAGING = YES
> LVM2_LICENSE = GPL-2.0, LGPL-2.1
> LVM2_LICENSE_FILES = COPYING COPYING.LIB
> -LVM2_CPE_ID_PRODUCT = redhat
> +LVM2_CPE_ID_VENDOR = redhat
> LVM2_SELINUX_MODULES = lvm
> # Make sure that binaries and libraries are installed with write
FYI, your tree is not in sync with master, so I had to apply this
manually.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-02-03 18:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 21:43 [Buildroot] [PATCH 1/1] package/lvm2: fix CPE variable Fabrice Fontaine
2024-02-03 10:08 ` Peter Korsgaard [this message]
2024-02-28 21:13 ` Peter Korsgaard
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=87zfwhuag1.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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 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.