diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-17 12:03:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-18 12:16:19 +0100 |
commit | b674d5cc27a195bdaff6724355d399e95ebbd966 (patch) | |
tree | 82b1c25d14fbd9eb2bcc10fd53240d1ccdfccb6b /meta | |
parent | f1cd5b9b532db86db8d5f2e6e04a1d0b6bec2699 (diff) | |
download | poky-b674d5cc27a195bdaff6724355d399e95ebbd966.tar.gz |
subversion: set CVE vendor to Apache
There's a Jenkins plugin for Subversion.
(From OE-Core rev: ac115c3b5f1dcb95fb7d39537693fe0dcd330451)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.12.0.bb b/meta/recipes-devtools/subversion/subversion_1.12.0.bb index f059ff9ffa..3d0f3e688d 100644 --- a/meta/recipes-devtools/subversion/subversion_1.12.0.bb +++ b/meta/recipes-devtools/subversion/subversion_1.12.0.bb | |||
@@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "7fae7c73d8a007c107c0ae5eb372bc0bb013dbfe966fcd5c59cd5a195a | |||
19 | 19 | ||
20 | inherit autotools pkgconfig gettext | 20 | inherit autotools pkgconfig gettext |
21 | 21 | ||
22 | CVE_PRODUCT = "apache:subversion" | ||
23 | |||
22 | PACKAGECONFIG ?= "" | 24 | PACKAGECONFIG ?= "" |
23 | 25 | ||
24 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | 26 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" |