summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.14.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.14.2.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 00098553dd..09b2acb191 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -146,14 +146,14 @@ do_configure() {
146 ${@base_contains('DISTRO_FEATURES', 'largefile', '', 'do_nolargefile', d)} 146 ${@base_contains('DISTRO_FEATURES', 'largefile', '', 'do_nolargefile', d)}
147 147
148 # Update some paths in the configuration 148 # Update some paths in the configuration
149 sed -i -e 's,@DESTDIR@,${prefix},g' \ 149 sed -i -e 's,@ARCH@-thread-multi,,g' \
150 -e 's,@ARCH@-thread-multi,,g' \
151 -e 's,@ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \ 150 -e 's,@ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \
152 -e 's,@STAGINGDIR@,${STAGING_DIR_HOST},g' \ 151 -e 's,@STAGINGDIR@,${STAGING_DIR_HOST},g' \
153 -e "s%\([ \"^\',=]\+\)/usr/include\([ \"^\',=]\+\)%\1${STAGING_INCDIR}\2%g" \ 152 -e "s,@INCLUDEDIR@,${STAGING_INCDIR},g" \
154 -e "s%\([ \"^\',=]\+\)/usr/lib/\([ \"^\',=]\+\)%\1${libdir}/\2%g" \ 153 -e "s,@LIBDIR@,${libdir},g" \
155 -e "s%\([ \"^\',=]\+\)/usr/\([ \"^\',=]\+\)%\1${exec_prefix}/\2%g" \ 154 -e "s,@BASELIBDIR@,${base_libdir},g" \
156 -e "s%/perl5%/perl%g" \ 155 -e "s,@EXECPREFIX@,${exec_prefix},g" \
156 -e 's,@USRBIN@,${bindir},g' \
157 config.sh-${TARGET_ARCH}-${TARGET_OS} 157 config.sh-${TARGET_ARCH}-${TARGET_OS}
158 158
159 case "${TARGET_ARCH}" in 159 case "${TARGET_ARCH}" in