diff options
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr_1.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.2.bb b/meta/recipes-support/apr/apr_1.4.2.bb index fe983eb7f7..ce26ef17cb 100644 --- a/meta/recipes-support/apr/apr_1.4.2.bb +++ b/meta/recipes-support/apr/apr_1.4.2.bb | |||
@@ -37,7 +37,7 @@ do_configure_append() { | |||
37 | SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" | 37 | SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess" |
38 | 38 | ||
39 | apr_sysroot_preprocess () { | 39 | apr_sysroot_preprocess () { |
40 | d=${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${datadir}/apr | 40 | d=${SYSROOT_DESTDIR}${datadir}/apr |
41 | install -d $d/ | 41 | install -d $d/ |
42 | cp ${S}/build/apr_rules.mk $d/ | 42 | cp ${S}/build/apr_rules.mk $d/ |
43 | sed -i s,apr_builddir=.*,apr_builddir=,g $d/apr_rules.mk | 43 | sed -i s,apr_builddir=.*,apr_builddir=,g $d/apr_rules.mk |