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>
This commit is contained in:
Roy Li 2013-10-25 15:02:21 +08:00 committed by Paul Eggleton
parent b71a6567f8
commit 176db0f7e1

View File

@ -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 "