summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.12.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.12.3.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.12.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb
index 4582d91144..c75a5322df 100644
--- a/meta/recipes-devtools/perl/perl_5.12.3.bb
+++ b/meta/recipes-devtools/perl/perl_5.12.3.bb
@@ -116,8 +116,8 @@ do_configure() {
116 # Generate configuration 116 # Generate configuration
117 rm -f config.sh-${TARGET_ARCH}-${TARGET_OS} 117 rm -f config.sh-${TARGET_ARCH}-${TARGET_OS}
118 for i in ${WORKDIR}/config.sh \ 118 for i in ${WORKDIR}/config.sh \
119 ${WORKDIR}/config.sh-${@siteinfo_get_bits(d)} \ 119 ${WORKDIR}/config.sh-${SITEINFO_BITS} \
120 ${WORKDIR}/config.sh-${@siteinfo_get_bits(d)}-${@siteinfo_get_endianess(d)}; do 120 ${WORKDIR}/config.sh-${SITEINFO_BITS}-${SITEINFO_ENDIANESS}; do
121 cat $i >> config.sh-${TARGET_ARCH}-${TARGET_OS} 121 cat $i >> config.sh-${TARGET_ARCH}-${TARGET_OS}
122 done 122 done
123 123