[OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

Burton, Ross ross.burton at intel.com
Fri Sep 5 09:14:05 UTC 2014


On 3 September 2014 20:57, Dan McGregor <danismostlikely at gmail.com> wrote:
>   sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service*
> + sed -i -e 's:"/root":"${ROOT_HOME}":g' \
> +        ${S}/src/core/unit-printf.c \
> +        ${S}/src/nspawn/nspawn.c \
> +        ${S}/src/shared/util.c

Sedding service files is one thing, but entire C files is another.
Can you please sent this change as a patch to the source?  FWIW for
patches where the context isn't that relevant I've started using
patches without the context lines so there's more chance of them
applying in future releases.

Ross



More information about the Openembedded-core mailing list