[oe-commits] Roy.Li : apache2: add apxs to SSTATE_SCAN_FILES

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 12:24:21 UTC 2013


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

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Wed Sep 11 08:55:00 2013 +0800

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

---

 .../recipes-httpd/apache2/apache2_2.4.6.bb         |    2 ++
 1 files changed, 2 insertions(+), 0 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 6b461f3..6f5dd23 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb
@@ -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 \



More information about the Openembedded-commits mailing list