[OE-core] [PATCH] watchdog: fix service PIDFile in do_install_append

Ross Burton ross.burton at intel.com
Fri Oct 4 15:47:38 UTC 2019


On 02/10/2019 19:28, Trevor Gamblin wrote:
> +    # watchdog is of type "forking", so fix PIDFile to avoid warnings from
> +    # systemd
> +    sed -i 's@/var/run@/run at g' ${D}${systemd_system_unitdir}/watchdog.service

I dislike seds in the recipe because it's impossible to tell if they 
stop working or are not needed anymore.   A patch (sent upstream) would 
be preferable.

Ross


More information about the Openembedded-core mailing list