aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libmodule-build-perl-native_0.2805.bb
AgeCommit message (Collapse)Author
2006-11-20perl: Replace the require in the native modules with a simpler version thatJamie Lenehan
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 Lenehan
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 Lenehan
using the new Build.PL build system, *expect* for libmodule-build itself which can bootstrap itself.