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_5.8.4.bb | |
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_5.8.4.bb')
-rw-r--r-- | packages/perl/perl_5.8.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/perl/perl_5.8.4.bb b/packages/perl/perl_5.8.4.bb index 7509f1b66b..085182bb50 100644 --- a/packages/perl/perl_5.8.4.bb +++ b/packages/perl/perl_5.8.4.bb @@ -1,3 +1,7 @@ require perl.inc PR = "r5" + +SRC_URI += "file://uclibc.patch;patch=1 \ + file://config.sh-mipsel-linux \ + file://config.sh-i686-linux" |