[oe-commits] Paul Eggleton : tmux: remove sed-native from DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:33 UTC 2015


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Jan 29 11:22:36 2015 +0000

tmux: remove sed-native from DEPENDS

We rely on the host sed all over the place; we don't need sed-native
here just because it's being used in do_configure.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
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 5ce99ea..b4294d7 100644
--- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
@@ -5,7 +5,7 @@ SECTION = "console/utils"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"
 
-DEPENDS = "ncurses libevent sed-native"
+DEPENDS = "ncurses libevent"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${BP}.tar.gz"
 SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"



More information about the Openembedded-commits mailing list