diff options
author | Roy Li <rongqing.li@windriver.com> | 2013-10-25 15:02:21 +0800 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-10-28 16:35:15 +0000 |
commit | 176db0f7e1dc60faea2fa78202c02552a5af8fed (patch) | |
tree | be29ff3df15fbb8b8e7ea6451502c9c602a3f11b /meta-webserver | |
parent | b71a6567f84e13593aec6f3a6ad4f9e9e0c15c3f (diff) | |
download | meta-openembedded-176db0f7e1dc60faea2fa78202c02552a5af8fed.tar.gz |
apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES
Since both config_var.mk and config.nice will be packaged into sstate cache,
and be reused, add them into SSTATE_SCAN_FILES to replace the hardcoded paths
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb index c08175141..cc88fac9e 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb | |||
@@ -27,7 +27,7 @@ S = "${WORKDIR}/httpd-${PV}" | |||
27 | 27 | ||
28 | inherit autotools update-rc.d | 28 | inherit autotools update-rc.d |
29 | 29 | ||
30 | SSTATE_SCAN_FILES += "apxs" | 30 | SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice" |
31 | 31 | ||
32 | CFLAGS_append = " -DPATH_MAX=4096" | 32 | CFLAGS_append = " -DPATH_MAX=4096" |
33 | CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " | 33 | CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " |