From 2ae3be14aed055ddfa2ddbace3771d094f13da4d Mon Sep 17 00:00:00 2001 From: Haris Okanovic Date: Fri, 8 May 2015 14:14:46 -0500 Subject: start-stop-daemon: Fix RCONFLICTS typo Signed-off-by: Haris Okanovic Reviewed-by: Ben Shelton Acked-by: Brad Mouring Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8d88b7f4e..efdd6b714f 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" 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/" -- cgit 1.2.3-korg