[oe] [PATCH meta-webserver] apache2: add apxs to SSTATE_SCAN_FILES

rongqing.li at windriver.com rongqing.li at windriver.com
Tue Sep 10 05:43:18 UTC 2013


From: "Roy.Li" <rongqing.li at windriver.com>

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 at windriver.com>
---
 meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb |    2 ++
 1 file changed, 2 insertions(+)

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 f230f94..fa14b07 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
@@ -26,6 +26,8 @@ S = "${WORKDIR}/httpd-${PV}"
 
 inherit autotools update-rc.d
 
+SSTATE_SCAN_FILES = "*.la *-config *_config apxs"
+
 CFLAGS_append = " -DPATH_MAX=4096"
 CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl "
 EXTRA_OECONF = "--enable-ssl \
-- 
1.7.10.4




More information about the Openembedded-devel mailing list