diff options
author | Haris Okanovic <haris.okanovic@ni.com> | 2015-05-08 14:14:46 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:32:03 +0200 |
commit | c625112dc786bc3bbf65bd1c5c6d53280295533b (patch) | |
tree | 9d78ea88ea68a635eaef5482c2c4f46082f708f7 /meta-oe/recipes-support | |
parent | faa8cd3035b42b073e1d81fe53f9149fce91d0cb (diff) | |
download | meta-openembedded-c625112dc786bc3bbf65bd1c5c6d53280295533b.tar.gz |
start-stop-daemon: Fix RCONFLICTS typo
Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
Reviewed-by: Ben Shelton <ben.shelton@ni.com>
Acked-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb | 2 |
1 files changed, 1 insertions, 1 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 c8d88b7f4..efdd6b714 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 | |||
@@ -4,7 +4,7 @@ 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 | DEPENDS = "ncurses" |
7 | RCONFLICS_${PN} = "dpkg" | 7 | RCONFLICTS_${PN} = "dpkg" |
8 | 8 | ||
9 | PNBLACKLIST[start-stop-daemon] ?= "BROKEN: fails because of gettext, partial fix is available here http://patchwork.openembedded.org/patch/89867/" | 9 | PNBLACKLIST[start-stop-daemon] ?= "BROKEN: fails because of gettext, partial fix is available here http://patchwork.openembedded.org/patch/89867/" |
10 | 10 | ||