summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/apr/apr_1.4.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb
index b7220e0c1f..77dffee12c 100644
--- a/meta/recipes-support/apr/apr_1.4.6.bb
+++ b/meta/recipes-support/apr/apr_1.4.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11 11
12PR = "r1" 12PR = "r2"
13 13
14SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ 14SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
15 file://configure_fixes.patch \ 15 file://configure_fixes.patch \
@@ -43,7 +43,7 @@ do_install_append() {
43 cp ${S}/${HOST_SYS}-libtool ${D}${datadir}/build-1/libtool 43 cp ${S}/${HOST_SYS}-libtool ${D}${datadir}/build-1/libtool
44} 44}
45 45
46SSTATE_SCAN_FILES += "apr_rules.mk" 46SSTATE_SCAN_FILES += "apr_rules.mk libtool"
47 47
48SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" 48SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess"
49 49