Commit 23497451 authored by Paul Eggleton's avatar Paul Eggleton Committed by Armin Kuster
Browse files

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: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
parent 6ab4505e
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment