diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 21:29:17 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-28 21:29:17 +0000 |
commit | d8c34c96401935a2ca35ee7e7f5e417e3cc686d4 (patch) | |
tree | 3e76139372c0c0ae2e067e2a9e06c8e563ce3182 /packages/perl/liblocale-gettext-perl-native_1.05.bb | |
parent | 9640459cd8419e4305cf7792ed23233628de0f97 (diff) |
perl: Add the native version of the Local::gettext module.
Diffstat (limited to 'packages/perl/liblocale-gettext-perl-native_1.05.bb')
-rw-r--r-- | packages/perl/liblocale-gettext-perl-native_1.05.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/perl/liblocale-gettext-perl-native_1.05.bb b/packages/perl/liblocale-gettext-perl-native_1.05.bb new file mode 100644 index 0000000000..14561664d3 --- /dev/null +++ b/packages/perl/liblocale-gettext-perl-native_1.05.bb @@ -0,0 +1,7 @@ +SECTION = "libs" + +inherit native + +EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'" + +require liblocale-gettext-perl_${PV}.bb |