diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 23:17:07 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-26 23:17:07 +0000 |
commit | 5691a45dd69edd8cdad4b19c6ca5d50697f07f81 (patch) | |
tree | 702866f8484fb8db27a252f9dc981b665387a55b /packages/perl/libmodule-build-perl-native_0.2805.bb | |
parent | dc5c0ee893b2b22acbcf0ede976fda4a747784a8 (diff) |
perl: Add the libmodule-build perl module. This is required for anything
using the new Build.PL build system, *expect* for libmodule-build itself
which can bootstrap itself.
Diffstat (limited to 'packages/perl/libmodule-build-perl-native_0.2805.bb')
-rw-r--r-- | packages/perl/libmodule-build-perl-native_0.2805.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/perl/libmodule-build-perl-native_0.2805.bb b/packages/perl/libmodule-build-perl-native_0.2805.bb new file mode 100644 index 0000000000..65db79b150 --- /dev/null +++ b/packages/perl/libmodule-build-perl-native_0.2805.bb @@ -0,0 +1,4 @@ +SECTION = "libs" +require libmodule-build-perl_${PV}.bb +inherit native +EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'" |