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:
0fdea8a
)
efl.bbclass: touch config.rpath which is necessary for newer automake
author
Michael 'Mickey' Lauer
<mickey@vanille-media.de>
Tue, 24 Feb 2009 19:21:20 +0000
(20:21 +0100)
committer
Michael 'Mickey' Lauer
<mickey@vanille-media.de>
Wed, 25 Feb 2009 00:42:50 +0000
(
01:42
+0100)
classes/efl.bbclass
patch
|
blob
|
history
diff --git
a/classes/efl.bbclass
b/classes/efl.bbclass
index
d333c4b
..
9d24a0f
100644
(file)
--- a/
classes/efl.bbclass
+++ b/
classes/efl.bbclass
@@
-15,6
+15,10
@@
AUTOTOOLS_STAGE_PKGCONFIG = "1"
# do NOT inherit pkgconfig here, see note in autotools_stage_all
inherit autotools
+do_configure_prepend() {
+ touch config.rpath
+}
+
do_stage() {
autotools_stage_all
}