From 176db0f7e1dc60faea2fa78202c02552a5af8fed Mon Sep 17 00:00:00 2001 From: Roy Li Date: Fri, 25 Oct 2013 15:02:21 +0800 Subject: 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 --- meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver/recipes-httpd/apache2') 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}" inherit autotools update-rc.d -SSTATE_SCAN_FILES += "apxs" +SSTATE_SCAN_FILES += "apxs config_vars.mk config.nice" CFLAGS_append = " -DPATH_MAX=4096" CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " -- cgit v1.2.3-54-g00ecf