mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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:
committed by
Martin Jansa
parent
faa8cd3035
commit
c625112dc7
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user