[oe-commits] Roy Li : apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES

git at git.openembedded.org git at git.openembedded.org
Mon Oct 28 16:21:06 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 176db0f7e1dc60faea2fa78202c02552a5af8fed
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=176db0f7e1dc60faea2fa78202c02552a5af8fed

Author: Roy Li <rongqing.li at windriver.com>
Date:   Fri Oct 25 15:02:21 2013 +0800

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 at windriver.com>

---

 .../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 c081751..cc88fac 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 "



More information about the Openembedded-commits mailing list