liblocale-gettext-perl: Switch to BBCLASSEXTEND
authorTom Rini <tom_rini@mentor.com>
Thu, 30 Sep 2010 21:59:55 +0000 (14:59 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 30 Sep 2010 21:59:55 +0000 (14:59 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/perl/liblocale-gettext-perl-native_1.05.bb [deleted file]
recipes/perl/liblocale-gettext-perl_1.05.bb

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 (file)
index d4ab123..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SECTION = "libs"
-
-inherit native
-
-require liblocale-gettext-perl_${PV}.bb
index 4d46d91..b48a9b0 100644 (file)
@@ -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"