summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-12-13 14:33:29 +0200
committerSteve Sakoman <steve@sakoman.com>2025-02-12 06:29:33 -0800
commit6b1572b4f2b571af70d3ace8de7cc15aab20273a (patch)
tree9f6eb26fed867bc7e22431a5ce477d1e1c010860
parent2d4aee3d97bdcdd48ccb2a4fd34399e13cca9e22 (diff)
downloadpoky-6b1572b4f2b571af70d3ace8de7cc15aab20273a.tar.gz
systemd: set CVE_PRODUCT
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. (From OE-Core rev: d92c1ca1c89f140a731aec9f3389c2dad2f59829) 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>
-rw-r--r--meta/recipes-core/systemd/systemd.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 83dcd65a83..4e75725caf 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -20,3 +20,5 @@ SRCBRANCH = "v256-stable"
20SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" 20SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23
24CVE_PRODUCT = "systemd"