aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-29 11:22:36 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:33:25 +0100
commit5fd605ae3a2c32867cec247742460b1768b3c7e6 (patch)
tree344ab7a602552a6f7907a205aeca2e19624e525a
parent511baab441418086aa919251c7e9d3685bc30618 (diff)
downloadmeta-openembedded-contrib-5fd605ae3a2c32867cec247742460b1768b3c7e6.tar.gz
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@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_1.6.bb2
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 5ce99ea06e..b4294d75ee 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"