diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 20:41:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:29 +0200 |
commit | b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414 (patch) | |
tree | 58276ac315d33df5da6aa005d17494a3d2eda835 /meta-oe | |
parent | 9ba440308e42eeaddf5db0b576d44874134db23d (diff) | |
download | meta-openembedded-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.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 f8a1ef48a..06db8c488 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" | |||
3 | LICENSE = "PD" | 3 | LICENSE = "PD" |
4 | LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4" | 4 | LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aaa7a370ce4" |
5 | # start-stop-daemon is usually shipped by dpkg | 5 | # start-stop-daemon is usually shipped by dpkg |
6 | DEPENDS = "ncurses" | ||
6 | RCONFLICS_${PN} = "dpkg" | 7 | RCONFLICS_${PN} = "dpkg" |
7 | PR = "r0" | 8 | PR = "r0" |
8 | 9 | ||