summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-04-15 13:14:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-22 22:05:57 +0100
commit22c626c4f61feb34ffc4b66e469195d275a693e5 (patch)
tree5dbd23514f7180bbb134c7bd6084ae456c05d818
parent292ad5fdd032653b35d3f89758b92aa48f9a6491 (diff)
downloadpoky-22c626c4f61feb34ffc4b66e469195d275a693e5.tar.gz
ttyrun: define CVE_PRODUCT
Single executable ttyrun is taken ouf of s390-tools repository containing ton of other helper tools. CVEs are not assigned to executables, but to whole components. Historically there also already exists one CVE for s390-tools. Most of the CVEs will not be for ttyrun, but this is the way how to get notified even if most we get will have to be ignored. (From OE-Core rev: e8ca6c9d7abcd8d1ba0326b749daf7e9e2bf8329) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ttyrun/ttyrun_2.32.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
index 9a8be15dab..815f625a67 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
@@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
9SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" 9SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master"
10SRCREV = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7" 10SRCREV = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7"
11 11
12CVE_PRODUCT = "s390-tools"
13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
13 15
14EXTRA_OEMAKE = "\ 16EXTRA_OEMAKE = "\