apache2: add apxs to SSTATE_SCAN_FILES

apxs is installed under /usr/bin/crossscripts of sysroot, its hardcode paths
should be handled when store or extracts the sstate archives.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
This commit is contained in:
Roy.Li 2013-09-11 08:55:00 +08:00 committed by Paul Eggleton
parent a40fcab604
commit 4ddfb3e92f

View File

@ -27,6 +27,8 @@ S = "${WORKDIR}/httpd-${PV}"
inherit autotools update-rc.d
SSTATE_SCAN_FILES += "apxs"
CFLAGS_append = " -DPATH_MAX=4096"
CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
EXTRA_OECONF = "--enable-ssl \