From: Ross Burton Date: Tue, 5 Nov 2019 21:44:41 +0000 (+0200) Subject: ed: set CVE vendor to avoid false positives X-Git-Tag: 2019-04.3-warrior~67 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=154e286042c289cbd225ba82aaf1247714aee857;p=openembedded-core.git ed: set CVE vendor to avoid false positives Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-extended/ed/ed_1.15.bb b/meta/recipes-extended/ed/ed_1.15.bb index c79310325f..886c3ddcab 100644 --- a/meta/recipes-extended/ed/ed_1.15.bb +++ b/meta/recipes-extended/ed/ed_1.15.bb @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7 \ SECTION = "base" +CVE_PRODUCT = "gnu:ed" + # LSB states that ed should be in /bin/ bindir = "${base_bindir}"