diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-05-13 14:46:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:57:41 +0200 |
commit | c7a31944695145d3c48372ae9051f1ed212aa3c5 (patch) | |
tree | 5da1e7e8862980432aed3249d5b1387f91ee9841 /meta-oe/recipes-extended/tmux | |
parent | 610a42c83628f01f3db9ae8964c8f080947d6d71 (diff) | |
download | meta-openembedded-c7a31944695145d3c48372ae9051f1ed212aa3c5.tar.gz |
tmux: fix S!=B problems
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/tmux')
-rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb index def552009..298cfa5d6 100644 --- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb +++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb | |||
@@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a | |||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | do_configure_prepend () { | 16 | do_configure_prepend () { |
17 | sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed" | 17 | sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed" |
18 | } | 18 | } |