[oe-commits] Martin Jansa : start-stop-daemon: add dependency on ncurses

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:09 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  8 20:41:06 2013 +0200

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 at gmail.com>

---

 .../start-stop-daemon_1.16.0.2.bb                  |    1 +
 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 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"
 



More information about the Openembedded-commits mailing list