[OE-core] [oe-core][PATCH 1/1] dpkg: put start-stop-daemon in its own package

Andreas Oberritter obi at opendreambox.org
Tue Sep 8 18:21:08 UTC 2015


Hello Joe,

On 08.09.2015 18:20, Joe Slater wrote:
> @@ -67,6 +73,18 @@ PROV_class-native = ""
>  
>  PROVIDES += "${PROV}"
>  
> +# split out start-stop-daemon to its own package
> +#
> +PACKAGES =+ "${PN}-start-stop"
> +FILES_${PN}-start-stop = "${base_sbindir}/start-stop-daemon.dpkg"
> +
> +ALTERNATIVE_PRIORITY="100"
> +ALTERNATIVE_${PN}-start-stop = "start-stop-daemon"
> +ALTERNATIVE_LINK_NAME[start-stop-daemon]="${base_sbindir}/start-stop-daemon"
> +
> +RDEPENDS_${PN} += "${PN}-start-stop"
> +#
> +

I think you should omit the comment, because it only describes the obvious.

How about using ${PN}-start-stop-daemon?

Regards,
Andreas



More information about the Openembedded-core mailing list