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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Haris Okanovic 2015-05-08 14:14:46 -05:00 committed by Armin Kuster
parent eb2c61cac7
commit 2ae3be14ae

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/"