diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-12-13 14:33:29 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-17 11:41:52 +0000 |
| commit | 16f1f4d63f0e6d7aaeb8537c9753a5c6af04e202 (patch) | |
| tree | 624645d4252e920214bfb36865cf685f07875323 /meta/recipes-core/systemd | |
| parent | 4920a08a2ba9b8ee45e096a8663b6f9f29f07cff (diff) | |
| download | poky-16f1f4d63f0e6d7aaeb8537c9753a5c6af04e202.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: eb46ad379170f0a80ac2d061fa02c118f5ed1d31)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
| -rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index b85d5b187d..2d0ddf7bbd 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc | |||
| @@ -20,3 +20,5 @@ SRCBRANCH = "v256-stable" | |||
| 20 | SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" | 20 | SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | |||
| 24 | CVE_PRODUCT = "systemd" | ||
