From 4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637 Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Wed, 11 Sep 2013 08:55:00 +0800 Subject: 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 --- 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 6b461f3374..6f5dd23bc4 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 \ -- cgit 1.2.3-korg