aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/cpan-base.bbclass
AgeCommit message (Expand)Author
2015-12-16meta: Drop now pointless manual -dbg packagingRichard Purdie
2015-11-24classes/cpan-base: fix libdir for nativesdkTyler Hall
2015-10-292011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-06-09cpan.bbclass, cpan-base.bbclas: update them for the perlnative changeDexuan Cui
2011-01-12cpan.bbclass: use LIBDIR instead of DATADIRNitin A Kamble
2010-12-10libxml-parser-perl: Fix bug of empty package of libxml-parser-perl.Jingdong Lu
2010-07-16cpan-base.bbclass: fix perl version finding functionNitin A Kamble
2009-11-18perl: Update from OE.dev and convert to use do_install for stagingRichard Purdie
2009-11-16perl: Standardise config.sh locationRichard Purdie
2009-11-13classes: Remove and sanitise import statementsRichard Purdie
2007-11-30cpan-base.bbclass: Update the perl depenedencies: (from OE)Marcin Juszkiewicz
2007-05-30cpan classes: sync Perl with OEMarcin Juszkiewicz
quot; UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cracklib/files/cracklib/" UPSTREAM_CHECK_REGEX = "/cracklib/(?P<pver>(\d+[\.\-_]*)+)/" inherit autotools gettext do_install_append_class-target() { create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small } BBCLASSEXTEND = "native nativesdk"