mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
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:
@@ -3,6 +3,7 @@ package"
|
|||||||
LICENSE = "PD"
|
LICENSE = "PD"
|
||||||
LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4"
|
LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4"
|
||||||
# start-stop-daemon is usually shipped by dpkg
|
# start-stop-daemon is usually shipped by dpkg
|
||||||
|
DEPENDS = "ncurses"
|
||||||
RCONFLICS_${PN} = "dpkg"
|
RCONFLICS_${PN} = "dpkg"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user