From 4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 30 Sep 2010 14:59:55 -0700 Subject: [PATCH] liblocale-gettext-perl: Switch to BBCLASSEXTEND Signed-off-by: Tom Rini --- recipes/perl/liblocale-gettext-perl-native_1.05.bb | 5 ----- recipes/perl/liblocale-gettext-perl_1.05.bb | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 recipes/perl/liblocale-gettext-perl-native_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 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" -- 2.39.5