diff options
author | Andrew Wilcox <andy@protium.com> | 2006-12-13 22:09:22 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2006-12-13 22:09:22 +0000 |
commit | 69d2c71218d1e08cdf5837082c7d0bedc3da7df3 (patch) | |
tree | 2b158727b26aeede39567fcf3a96dcc9d29a015e /packages/perl/perl_5.8.7.bb | |
parent | 44fd0a5b1ae5367de691e3437ae9832d800c22e7 (diff) |
perl: addition of powerpc-linux config.sh file and bitbake hooks to use
it.
Diffstat (limited to 'packages/perl/perl_5.8.7.bb')
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index 7e1ef2edf2..12450fbe74 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -6,6 +6,7 @@ require perl.inc SRC_URI += "file://config.sh-armeb-linux \ file://config.sh-arm-linux \ + file://config.sh-powerpc-linux \ file://config.sh-i386-linux \ file://config.sh-i486-linux \ file://config.sh-i586-linux \ @@ -38,6 +39,7 @@ do_configure() { cp ${WORKDIR}/config.sh-i686-linux . cp ${WORKDIR}/config.sh-x86_64-linux . cp ${WORKDIR}/config.sh-armeb-linux . + cp ${WORKDIR}/config.sh-powerpc-linux . cp ${WORKDIR}/config.sh-sh3-linux . cp ${WORKDIR}/config.sh-sh4-linux . #perl insists on an extra config.sh for arm EABI |