summaryrefslogtreecommitdiff
path: root/packages/perl/libtext-diff-perl-native_0.35.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2006-11-20perl: Replace the require in the native modules with a simpler version thatJamie Lenehan1
names the actual module instead of using python. Should help with the current parse errors that is apparently occurring with new versions of bitbake. The python version was helpful when messing with lots of these things but serves no purpose now.
2006-10-04perl: For native perl module packages determine the actual non-nativeJamie Lenehan1
package name to require from the name of the native package. This makes all native files identical which makes adding new ones easier.
2006-10-04perl: Add the perl Text::Diff module and the Algorithm::Diff module itJamie Lenehan1
requires.