]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: set CVE_PRODUCT
authorMikko Rapeli <mikko.rapeli@linaro.org>
Fri, 13 Dec 2024 12:33:29 +0000 (14:33 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 7 Feb 2025 18:20:01 +0000 (10:20 -0800)
systemd.inc is used by systemd, systemd-boot and
systemd-tools-native recipes so make sure all
match to "systemd" product in CVE database. The
split between systemd, systemd-boot and
systemd-tools-native is specific to oe-core and
upstream just refers to systemd. Not limiting
to "systemd_project" vendor since multiple
vendor names have been used in the past.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit eb46ad379170f0a80ac2d061fa02c118f5ed1d31)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/systemd/systemd.inc

index 83dcd65a8389129a7f37efeedd54c9dba870f6dd..4e75725cafeb54dac94793bd8c2e3e937aebf0ca 100644 (file)
@@ -20,3 +20,5 @@ SRCBRANCH = "v256-stable"
 SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
+
+CVE_PRODUCT = "systemd"