From b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Aug 2013 20:41:06 +0200 Subject: [PATCH] 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 --- .../start-stop-daemon/start-stop-daemon_1.16.0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb index f8a1ef48a5..06db8c4887 100644 --- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb +++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb @@ -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"