From: Tom Rini Date: Thu, 30 Sep 2010 21:59:55 +0000 (-0700) Subject: liblocale-gettext-perl: Switch to BBCLASSEXTEND X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb;p=openembedded.git liblocale-gettext-perl: Switch to BBCLASSEXTEND Signed-off-by: Tom Rini --- 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"