From: Jamie Lenehan Date: Thu, 28 Sep 2006 21:29:17 +0000 (+0000) Subject: perl: Add the native version of the Local::gettext module. X-Git-Tag: Release-2010-05/1~9453^2~669^2~2^2~1^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c34c96401935a2ca35ee7e7f5e417e3cc686d4;p=openembedded.git perl: Add the native version of the Local::gettext module. --- 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