diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-05 23:44:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:38:52 +0000 |
commit | 7ee04f2c4b6555efe03d224dc0e4b0d52eaa5a39 (patch) | |
tree | 250bad5fc697d923411587bfad5ff7b5f10c9dcc /meta/recipes-devtools | |
parent | 804ed96384785cafd026bda892397982b3c58a12 (diff) | |
download | poky-7ee04f2c4b6555efe03d224dc0e4b0d52eaa5a39.tar.gz |
subversion: set CVE vendor to Apache
There's a Jenkins plugin for Subversion.
(From OE-Core rev: 9b5437f9afb4dd1366d5e21ea861f683d8cd2a09)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.11.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.11.1.bb b/meta/recipes-devtools/subversion/subversion_1.11.1.bb index 8abac7408e..9909461bf7 100644 --- a/meta/recipes-devtools/subversion/subversion_1.11.1.bb +++ b/meta/recipes-devtools/subversion/subversion_1.11.1.bb | |||
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "9efd2750ca4d72ec903431a24b9c732b6cbb84aad9b7563f59dd96dea5 | |||
18 | 18 | ||
19 | inherit autotools pkgconfig gettext | 19 | inherit autotools pkgconfig gettext |
20 | 20 | ||
21 | CVE_PRODUCT = "apache:subversion" | ||
22 | |||
21 | PACKAGECONFIG ?= "" | 23 | PACKAGECONFIG ?= "" |
22 | 24 | ||
23 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | 25 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" |