[oe-commits] Tom Rini : liblocale-gettext-perl: Switch to BBCLASSEXTEND

git version control git at git.openembedded.org
Thu Sep 30 22:16:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e7a0d99b68b1857e3dd5abf4c9ada036c7439fb

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Sep 30 14:59:55 2010 -0700

liblocale-gettext-perl: Switch to BBCLASSEXTEND

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/perl/liblocale-gettext-perl-native_1.05.bb |    5 -----
 recipes/perl/liblocale-gettext-perl_1.05.bb        |    1 +
 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 d4ab123..0000000
--- 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 4d46d91..b48a9b0 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"





More information about the Openembedded-commits mailing list