package/lvm2: fix CPE variable

Commit d70da0be78 wrongly set
LVM2_CPE_ID_PRODUCT instead of LVM2_CPE_ID_VENDOR

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2024-02-01 22:43:04 +01:00 committed by Peter Korsgaard
parent 186883f497
commit 8c0d9795a7

View File

@ -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
# parallel build issues
LVM2_MAKE = $(MAKE1)