summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-08-06 16:26:25 +0800
committerSteve Sakoman <steve@sakoman.com>2020-08-08 10:26:20 -1000
commitca39b482c4fed513e37a8b3af6b4547af78596bb (patch)
treed5d3e106d6571da2e242226ada431d4d261c9c6e /meta/recipes-bsp/grub/grub2.inc
parentc19c4ef4efeebe4df03c06a995a60d1a31c605d8 (diff)
downloadopenembedded-core-contrib-ca39b482c4fed513e37a8b3af6b4547af78596bb.tar.gz
grub: set CVE_PRODUCT to grub2
grub and grub-efi recipes' CVE_PRODUCT should be grub2. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8682f6bc7e3e8d5fcf682647526f1a8430d08768) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index b3291cb4b8..e796904f5b 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -11,6 +11,8 @@ SECTION = "bootloaders"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+CVE_PRODUCT = "grub2"
+
SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \
file://autogen.sh-exclude-pc.patch \