start-stop-daemon: add dependency on ncurses

* fails without:
  | configure: error: no curses library found
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-08-08 20:41:06 +02:00
parent 9ba440308e
commit b8b63a4df2

View File

@ -3,6 +3,7 @@ package"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4"
# start-stop-daemon is usually shipped by dpkg
DEPENDS = "ncurses"
RCONFLICS_${PN} = "dpkg"
PR = "r0"