[oe-commits] Koen Kooi : tmux: fix S!=B problems

git at git.openembedded.org git at git.openembedded.org
Wed May 21 10:39:29 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: c7a31944695145d3c48372ae9051f1ed212aa3c5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c7a31944695145d3c48372ae9051f1ed212aa3c5

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Tue May 13 14:46:41 2014 +0200

tmux: fix S!=B problems

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/tmux/tmux_1.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
index def5520..298cfa5 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
 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"
 }



More information about the Openembedded-commits mailing list