mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 19:56:18 +00:00
mkvtoolnix: fix build with B!=S
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b623c7ac51
commit
e510f7547d
@ -26,7 +26,7 @@ EXTRA_OECONF = " --with-boost-libdir=${STAGING_LIBDIR} \
|
|||||||
|
|
||||||
# remove some hardcoded searchpaths
|
# remove some hardcoded searchpaths
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i -e s:/usr/local/lib:${STAGING_LIBDIR}:g -e s:/usr/local/include:${STAGING_INCDIR}:g ac/ebml.m4
|
sed -i -e s:/usr/local/lib:${STAGING_LIBDIR}:g -e s:/usr/local/include:${STAGING_INCDIR}:g ${S}/ac/ebml.m4
|
||||||
}
|
}
|
||||||
|
|
||||||
# Yeah, no makefile
|
# Yeah, no makefile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user