diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-04-05 06:29:53 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-04-05 06:29:53 +0000 |
commit | 38156d3b6c2372933ff6d290cba23eb6fc288000 (patch) | |
tree | 576f520c5db5761787c971cef7914bd84692e090 /packages/perl/perl.inc | |
parent | 64a8af80d3f598b8c31dd3d9f2d4c5968e53c797 (diff) |
perl: Rearrange the patches/files a bit. Move the 5.8.4 specific
patches out of the common directory and only specify common files in
the SRC_URI in perl.inc, move the others to the version specific
.bb's.
Diffstat (limited to 'packages/perl/perl.inc')
-rw-r--r-- | packages/perl/perl.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/perl/perl.inc b/packages/perl/perl.inc index 64e548a121..3e5ac504cd 100644 --- a/packages/perl/perl.inc +++ b/packages/perl/perl.inc @@ -9,10 +9,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://Makefile.patch;patch=1 \ file://config.sh-arm-linux.patch;patch=1 \ file://libperl-5.8.3-create-libperl-soname.patch;patch=1;pnum=0 \ - file://uclibc.patch;patch=1 \ - file://Makefile.SH.patch \ - file://config.sh-mipsel-linux \ - file://config.sh-i686-linux" + file://Makefile.SH.patch" HOSTPERL="${STAGING_BINDIR_NATIVE}/perl${PV}" |