mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
esound: Fix build when B != S
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ EXTRA_OECONF = " \
|
||||
--disable-artstest \
|
||||
"
|
||||
do_configure_prepend() {
|
||||
sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac
|
||||
sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' ${S}/configure.ac
|
||||
}
|
||||
|
||||
PACKAGES =+ "esddsp esd esd-utils"
|
||||
|
||||
Reference in New Issue
Block a user