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:
e3b13af
)
esound: sed out insanity in configure.ac
author
Koen Kooi
<koen@openembedded.org>
Mon, 19 Feb 2007 13:10:36 +0000
(13:10 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 19 Feb 2007 13:10:36 +0000
(13:10 +0000)
packages/esound/esound_0.2.36.bb
patch
|
blob
|
history
diff --git
a/packages/esound/esound_0.2.36.bb
b/packages/esound/esound_0.2.36.bb
index
a7de153
..
a260882
100644
(file)
--- a/
packages/esound/esound_0.2.36.bb
+++ b/
packages/esound/esound_0.2.36.bb
@@
-12,6
+12,9
@@
EXTRA_OECONF = " \
--disable-arts \
--disable-artstest \
"
+do_configure_prepend() {
+ sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac
+}
do_stage() {
autotools_stage_all