libintl-perl: added do_compile() function needed for crosscompilation
authorMartin Dietze <di@fh-wedel.de>
Thu, 2 Nov 2006 13:57:40 +0000 (13:57 +0000)
committerMartin Dietze <di@fh-wedel.de>
Thu, 2 Nov 2006 13:57:40 +0000 (13:57 +0000)
- the function has obviously been forgotten to add for version 1.16

packages/perl/libintl-perl_1.16.bb

index 5a8fde1..723ef0a 100644 (file)
@@ -9,3 +9,7 @@ SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
 S = "${WORKDIR}/libintl-perl-${PV}"
 
 inherit cpan
+
+do_compile() {
+       make CC="${CC}" LD="${LD}"
+}