mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
511baab441
commit
5fd605ae3a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user