diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-03-29 14:54:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-29 10:35:27 -0700 |
commit | bd4759ee163fd12bee650c9808b10490ecffee99 (patch) | |
tree | d9138e8e89be75ef75df838ad3985779fdd51a3d | |
parent | e02b97f1e494a6d4bb780dfd45d1317b5f28f662 (diff) | |
download | meta-openembedded-bd4759ee163fd12bee650c9808b10490ecffee99.tar.gz |
apache2: set CVE_PRODUCT
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb index a87e3847f3..80c8b20d09 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb | |||
@@ -31,6 +31,8 @@ S = "${WORKDIR}/httpd-${PV}" | |||
31 | 31 | ||
32 | inherit autotools update-rc.d pkgconfig systemd update-alternatives | 32 | inherit autotools update-rc.d pkgconfig systemd update-alternatives |
33 | 33 | ||
34 | CVE_PRODUCT = "http_server" | ||
35 | |||
34 | ALTERNATIVE_${PN}-doc = "htpasswd.1" | 36 | ALTERNATIVE_${PN}-doc = "htpasswd.1" |
35 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" | 37 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" |
36 | 38 | ||