summaryrefslogtreecommitdiff
path: root/meta/packages/perl
AgeCommit message (Collapse)AuthorFiles
2010-08-13Move byacc, which, libconvert-asn1-perl and libtimedate-perl to meta-lsbRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-13libconvert-asn1-perl: create new recipeNitin A Kamble1
the latest is 0.22 which is failing to build while the previous version 0.21 just works. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-13libtimedate-perl: create a new recipeNitin A Kamble1
imported this recipe from OE Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie1
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-28Fix references to CROSS_DIR now that it has been removedJoshua Lock1
CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch ↵Richard Purdie1
from Chris Larson]
2010-02-22perl: Update to work with native binary relative path locationsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-18perl: Updates to ensure Config-heavy-target.pl is foundRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-18perl: Update from OE.dev and convert to use do_install for stagingRichard Purdie10
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16perl: Standardise config.sh locationRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie1
2008-02-01libxml-simple-perl: Remove bogus EXTRA_CPANFLAGSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3659 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-01Add libxml-simple-perlRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3658 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-01libxml-parser-perl-native: Remove expat from DEPENDSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3657 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30libxml-parser-perl-native: Remove uneeded entries: (from OE)Marcin Juszkiewicz1
* DEPENDS on perl-native isn't needed since cpan.bbclass adds this. * DEPENDS on expat-native isn't needed since libxml-parser-perl adds this. * RDEPENDS on perl-native was only here to prevent an RDEPENDS on perl. The RDEPENDS was being added by cpan.bbclass, but that has now been fixed to not add it for native packages. This needed to be removed so that perl isn't built when you only want libxml-parser-perl-native. Revision: 73c801b307019899c3255b427e2bb7cb896f8375 Ancestor: 77ee40e486d3c8ad2628c2ac01e4325879b50821 Author: lenehan@openembedded.org Date: 2007-06-01T06:46:10 Branch: org.openembedded.dev Modified files: packages/perl/libxml-parser-perl-native_2.34.bb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3281 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-29libxml-parser-perl: added expat dependencyMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3268 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30perl: Sync with OE, fix hardcoded staging referencesRichard Purdie9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3034 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-30perl: rest of sync with OE for uclibcMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1828 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-30libxml-parser-perl-native: Fix RDEPENDSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1817 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-30perl: sync with OEMarcin Juszkiewicz7
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1816 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-27perl: 5.8.7 -> 5.8.8 (from OE)Richard Purdie51
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1785 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-13libxml-parser-perl-native: Fix RDEPENDSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1715 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-25perl: Use -f option to rm, fixing read only file problemsRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@959 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-25Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and ↵Richard Purdie2
STAGING_BINDIR_NATIVE and adding both to PATH git-svn-id: https://svn.o-hand.com/repos/poky/trunk@958 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21perl: Sync with OE.devRichard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@924 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-22perl: Fix .debug file packagingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@811 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21Clean up and correct MAINTAINERSRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Change include x.inc -> require x.inc (sync with OE)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-18perl/perl-native: Sync with OERichard Purdie7
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@618 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-18perl: Add i586-linux config fileRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@617 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie24
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966