aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liblocale-gettext-perl_1.05.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-09-30 14:59:55 -0700
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:59:55 -0700
commit4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb (patch)
tree5b736e97059052e20b327a4082881aab95199b32 /recipes/perl/liblocale-gettext-perl_1.05.bb
parent18680edeca39b0f61910cbe3074ac9ea70488961 (diff)
downloadopenembedded-4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb.tar.gz
liblocale-gettext-perl: Switch to BBCLASSEXTEND
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/perl/liblocale-gettext-perl_1.05.bb')
-rw-r--r--recipes/perl/liblocale-gettext-perl_1.05.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/perl/liblocale-gettext-perl_1.05.bb b/recipes/perl/liblocale-gettext-perl_1.05.bb
index 4d46d91b18..b48a9b0667 100644
--- a/recipes/perl/liblocale-gettext-perl_1.05.bb
+++ b/recipes/perl/liblocale-gettext-perl_1.05.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Locale::gettext - message handling functions"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/libintl"
+BBCLASSEXTEND = "native"
PR = "r9"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz"