git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce65b52
)
libintl-perl: added do_compile() function needed for crosscompilation
author
Martin Dietze
<di@fh-wedel.de>
Thu, 2 Nov 2006 13:57:40 +0000
(13:57 +0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/packages/perl/libintl-perl_1.16.bb
b/packages/perl/libintl-perl_1.16.bb
index
5a8fde1
..
723ef0a
100644
(file)
--- a/
packages/perl/libintl-perl_1.16.bb
+++ b/
packages/perl/libintl-perl_1.16.bb
@@
-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}"
+}