diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-20 21:26:06 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 14:21:07 -0700 |
| commit | 4058959d6c273c241d48278b5e979a6270152959 (patch) | |
| tree | 726bf0926b62d79d816972ea90fc6b98d5a591bd | |
| parent | a7f20510686d181b236eb78d79dc2a56bb4c3bba (diff) | |
| download | meta-openembedded-4058959d6c273c241d48278b5e979a6270152959.tar.gz | |
freerdp3: set CVE_PRODUCT
CPE does not contain mnajor version number, so set VE product to just
freerdp.
Without this there are no (fixed) CVEs in reports.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb index b6974af739..109b2b599b 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb | |||
| @@ -12,6 +12,8 @@ SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https" | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | CVE_PRODUCT = "freerdp" | ||
| 16 | |||
| 15 | PACKAGECONFIG ??= " \ | 17 | PACKAGECONFIG ??= " \ |
| 16 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam pulseaudio wayland x11', d)} \ | 18 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam pulseaudio wayland x11', d)} \ |
| 17 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'ffmpeg', '', d)} \ | 19 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'ffmpeg', '', d)} \ |
