aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
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
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')
-rw-r--r--recipes/perl/liblocale-gettext-perl-native_1.05.bb5
-rw-r--r--recipes/perl/liblocale-gettext-perl_1.05.bb1
2 files changed, 1 insertions, 5 deletions
diff --git a/recipes/perl/liblocale-gettext-perl-native_1.05.bb b/recipes/perl/liblocale-gettext-perl-native_1.05.bb
deleted file mode 100644
index d4ab1231c3..0000000000
--- a/recipes/perl/liblocale-gettext-perl-native_1.05.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-SECTION = "libs"
-
-inherit native
-
-require liblocale-gettext-perl_${PV}.bb
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"