perl: Rearrange the patches/files a bit. Move the 5.8.4 specific
authorJamie Lenehan <lenehan@twibble.org>
Thu, 5 Apr 2007 06:29:53 +0000 (06:29 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Thu, 5 Apr 2007 06:29:53 +0000 (06:29 +0000)
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.

packages/perl/perl-5.8.4/.mtn2git_empty [new file with mode: 0644]
packages/perl/perl-5.8.4/Makefile.SH.patch [moved from packages/perl/files/Makefile.SH.patch with 100% similarity]
packages/perl/perl-5.8.4/Makefile.patch [moved from packages/perl/files/Makefile.patch with 100% similarity]
packages/perl/perl-5.8.4/config.sh-arm-linux.patch [moved from packages/perl/files/config.sh-arm-linux.patch with 100% similarity]
packages/perl/perl-5.8.4/config.sh-i686-linux [moved from packages/perl/files/config.sh-i686-linux with 100% similarity]
packages/perl/perl-5.8.4/config.sh-mipsel-linux [moved from packages/perl/files/config.sh-mipsel-linux with 100% similarity]
packages/perl/perl-5.8.4/uclibc.patch [moved from packages/perl/files/uclibc.patch with 100% similarity]
packages/perl/perl.inc
packages/perl/perl_5.8.4.bb
packages/perl/perl_5.8.7.bb

diff --git a/packages/perl/perl-5.8.4/.mtn2git_empty b/packages/perl/perl-5.8.4/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
index 64e548a..3e5ac50 100644 (file)
@@ -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}"
 
index 7509f1b..085182b 100644 (file)
@@ -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"
index 12aec88..69b5784 100644 (file)
@@ -7,6 +7,7 @@ require perl.inc
 SRC_URI += "file://config.sh-armeb-linux \
            file://config.sh-arm-linux \
            file://config.sh-powerpc-linux \
+           file://config.sh-mipsel-linux \
            file://config.sh-i386-linux \
            file://config.sh-i486-linux \
            file://config.sh-i586-linux \