From 38156d3b6c2372933ff6d290cba23eb6fc288000 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 5 Apr 2007 06:29:53 +0000 Subject: 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. --- packages/perl/files/Makefile.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 packages/perl/files/Makefile.patch (limited to 'packages/perl/files/Makefile.patch') diff --git a/packages/perl/files/Makefile.patch b/packages/perl/files/Makefile.patch deleted file mode 100644 index eec127643b..0000000000 --- a/packages/perl/files/Makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ -*** ./Cross/Makefile 2004-01-12 13:44:01.000000000 -0700 ---- ./Cross/Makefile.patch 2004-08-03 16:34:18.000000000 -0700 -*************** -*** 58,66 **** - $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh - cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more - cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library -! cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" -! cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" -! cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" - cd $(TOPDIR)/.. ; rm -rf install_me_here - cd $(TOPDIR)/.. ; make install-strip - cd $(TOPDIR)/.. ; sh -x Cross/warp ---- 58,66 ---- - $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh - cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more - cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library -! cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" -! cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" -! cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" - cd $(TOPDIR)/.. ; rm -rf install_me_here - cd $(TOPDIR)/.. ; make install-strip - cd $(TOPDIR)/.. ; sh -x Cross/warp -- cgit v1.2.3