aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-08 20:41:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:29 +0200
commitb8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414 (patch)
tree58276ac315d33df5da6aa005d17494a3d2eda835 /meta-oe
parent9ba440308e42eeaddf5db0b576d44874134db23d (diff)
downloadmeta-openembedded-contrib-b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb1
1 files changed, 1 insertions, 0 deletions
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"