diff options
author | Roy.Li <rongqing.li@windriver.com> | 2013-09-11 08:55:00 +0800 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-16 13:36:22 +0100 |
commit | 4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637 (patch) | |
tree | dfc95bb9fa95f3b9ad833996f002bb3251e7db44 | |
parent | a40fcab604554d0e549294458b27b25e5639fceb (diff) | |
download | meta-openembedded-4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637.tar.gz |
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>
-rw-r--r-- | meta-webserver/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 6b461f337..6f5dd23bc 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}" | |||
27 | 27 | ||
28 | inherit autotools update-rc.d | 28 | inherit autotools update-rc.d |
29 | 29 | ||
30 | SSTATE_SCAN_FILES += "apxs" | ||
31 | |||
30 | CFLAGS_append = " -DPATH_MAX=4096" | 32 | CFLAGS_append = " -DPATH_MAX=4096" |
31 | CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " | 33 | CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " |
32 | EXTRA_OECONF = "--enable-ssl \ | 34 | EXTRA_OECONF = "--enable-ssl \ |