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>
This commit is contained in:
Haris Okanovic
2015-05-08 14:14:46 -05:00
committed by Martin Jansa
parent faa8cd3035
commit c625112dc7

View File

@@ -4,7 +4,7 @@ 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"
RCONFLICTS_${PN} = "dpkg"
PNBLACKLIST[start-stop-daemon] ?= "BROKEN: fails because of gettext, partial fix is available here http://patchwork.openembedded.org/patch/89867/"