mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
tmux: fix S!=B problems
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend () {
|
||||
sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed"
|
||||
sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user