[oe] [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses

Martin Jansa martin.jansa at gmail.com
Fri Aug 9 08:54:26 UTC 2013


* 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 at gmail.com>
---
 meta-oe/recipes-support/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 f8a1ef4..06db8c4 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"
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list