[oe] [PATCH] dpkg start-stop-daemon: Fix RCONFLICTS typo

Khem Raj raj.khem at gmail.com
Sat May 9 00:50:06 UTC 2015


On Friday, May 8, 2015, Haris Okanovic <haris.okanovic at ni.com> wrote:

> Signed-off-by: Haris Okanovic <haris.okanovic at ni.com <javascript:;>>
> Reviewed-by: Ben Shelton <ben.shelton at ni.com <javascript:;>>
> Acked-by: Brad Mouring <brad.mouring at ni.com <javascript:;>>
> ---
>  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 c8d88b7..efdd6b7 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"



It is blacklisted so how did you test it. I'd it's working fine then may be
you should white list it too

>
>  PNBLACKLIST[start-stop-daemon] ?= "BROKEN: fails because of gettext,
> partial fix is available here
> http://patchwork.openembedded.org/patch/89867/"
>
> --
> 2.2.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org <javascript:;>
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list