summaryrefslogtreecommitdiff
path: root/recipes/perl/libintl-perl_1.11.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 19:16:50 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 19:16:50 +0100
commitb571bb5050a40a4359b5ef87531e419c8aa22819 (patch)
treedc432faead6e01adfa8cbabf5016aa1856fd4c19 /recipes/perl/libintl-perl_1.11.bb
parentae17fce816b0087593cf767a8ae2d02ebda4edb2 (diff)
perl/lib*: removed most -native recipes,
added BBCLASSEXTEND to the non-native recipes to automatically create the native recipes
Diffstat (limited to 'recipes/perl/libintl-perl_1.11.bb')
-rw-r--r--recipes/perl/libintl-perl_1.11.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/perl/libintl-perl_1.11.bb b/recipes/perl/libintl-perl_1.11.bb
index 833e9fbad8..a03bd9b1cd 100644
--- a/recipes/perl/libintl-perl_1.11.bb
+++ b/recipes/perl/libintl-perl_1.11.bb
@@ -1,5 +1,7 @@
SECTION = "libs"
LICENSE = "Artistic|GPL"
+PR= "r1"
+
SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
DEPENDS = "perl"
RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-integer perl-module-exporter-heavy"
@@ -8,6 +10,8 @@ S = "${WORKDIR}/libintl-perl-${PV}"
inherit cpan
+BBCLASSEXTEND="native"
+
do_compile() {
make CC="${CC}" LD="${LD}"
-} \ No newline at end of file
+}