[oe-commits] org.oe.dev perl: Rearrange the patches/files a bit. Move the 5.8.4 specific

lenehan commit openembedded-commits at lists.openembedded.org
Thu Apr 5 07:01:29 UTC 2007


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: a0d3684219fb209cccb5b2d021f7bfe676e03208
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a0d3684219fb209cccb5b2d021f7bfe676e03208
Files:
1
packages/perl/files/Makefile.SH.patch
packages/perl/perl-5.8.4/Makefile.SH.patch
packages/perl/files/Makefile.patch
packages/perl/perl-5.8.4/Makefile.patch
packages/perl/files/config.sh-arm-linux.patch
packages/perl/perl-5.8.4/config.sh-arm-linux.patch
packages/perl/files/config.sh-i686-linux
packages/perl/perl-5.8.4/config.sh-i686-linux
packages/perl/files/config.sh-mipsel-linux
packages/perl/perl-5.8.4/config.sh-mipsel-linux
packages/perl/files/uclibc.patch
packages/perl/perl-5.8.4/uclibc.patch
packages/perl/perl-5.8.4
packages/perl/perl.inc
packages/perl/perl_5.8.4.bb
packages/perl/perl_5.8.7.bb
Diffs:

#
# mt diff -r23f121db6a29e326e67b8bc67c0970d269187643 -ra0d3684219fb209cccb5b2d021f7bfe676e03208
#
# 
# 
# rename "packages/perl/files/Makefile.SH.patch"
#     to "packages/perl/perl-5.8.4/Makefile.SH.patch"
# 
# rename "packages/perl/files/Makefile.patch"
#     to "packages/perl/perl-5.8.4/Makefile.patch"
# 
# rename "packages/perl/files/config.sh-arm-linux.patch"
#     to "packages/perl/perl-5.8.4/config.sh-arm-linux.patch"
# 
# rename "packages/perl/files/config.sh-i686-linux"
#     to "packages/perl/perl-5.8.4/config.sh-i686-linux"
# 
# rename "packages/perl/files/config.sh-mipsel-linux"
#     to "packages/perl/perl-5.8.4/config.sh-mipsel-linux"
# 
# rename "packages/perl/files/uclibc.patch"
#     to "packages/perl/perl-5.8.4/uclibc.patch"
# 
# add_dir "packages/perl/perl-5.8.4"
# 
# patch "packages/perl/perl.inc"
#  from [8124f483118322ae43446a66c5bc7331cc2ca756]
#    to [f2b1772f37f0a7be9df56b94eff4152517659e45]
# 
# patch "packages/perl/perl_5.8.4.bb"
#  from [4152b5d8fa49f91d6e76cbb22f931fcfdfc7fa62]
#    to [2ec6484d942b3974a02603866d3afc1ff3d82357]
# 
# patch "packages/perl/perl_5.8.7.bb"
#  from [36e95696506b8a814035e4b48b4fa3278e92ce2e]
#    to [3a73a719d9f31a0bc1c219ebc27c18f20eed7702]
# 
============================================================
--- packages/perl/perl.inc	8124f483118322ae43446a66c5bc7331cc2ca756
+++ packages/perl/perl.inc	f2b1772f37f0a7be9df56b94eff4152517659e45
@@ -9,10 +9,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/s
 	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}"
 
============================================================
--- packages/perl/perl_5.8.4.bb	4152b5d8fa49f91d6e76cbb22f931fcfdfc7fa62
+++ packages/perl/perl_5.8.4.bb	2ec6484d942b3974a02603866d3afc1ff3d82357
@@ -1,3 +1,7 @@ PR = "r5"
 require perl.inc
 
 PR = "r5"
+
+SRC_URI += "file://uclibc.patch;patch=1 \
+            file://config.sh-mipsel-linux \
+            file://config.sh-i686-linux"
============================================================
--- packages/perl/perl_5.8.7.bb	36e95696506b8a814035e4b48b4fa3278e92ce2e
+++ packages/perl/perl_5.8.7.bb	3a73a719d9f31a0bc1c219ebc27c18f20eed7702
@@ -7,6 +7,7 @@ SRC_URI += "file://config.sh-armeb-linux
 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 \






More information about the Openembedded-commits mailing list