summaryrefslogtreecommitdiff
path: root/packages/perl/libmodule-build-perl-native_0.2805.bb
AgeCommit message (Collapse)AuthorFiles
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-09-26perl: Add the libmodule-build perl module. This is required for anythingJamie Lenehan1
using the new Build.PL build system, *expect* for libmodule-build itself which can bootstrap itself.