[Buildroot] [PATCH 1/1] package/systemd: also fix RPATH for host journalctl

Arnout Vandecappelle arnout at mind.be
Mon Jan 13 20:33:04 UTC 2020



On 13/01/2020 13:25, Norbert Lange wrote:
> This allows for example to prebuild catalogs on
> readonly filesystems:
> journalctl --root=$TARGETPATH --update-catalog
> 
> Signed-off-by: Norbert Lange <nolange79 at gmail.com>
> ---
>  package/systemd/systemd.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 791e770ca1..442803baa8 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -572,7 +572,8 @@ HOST_SYSTEMD_HOST_TOOLS = \
>  	systemd-analyze \
>  	systemd-mount \
>  	systemctl \
> -	udevadm
> +	udevadm \
> +	journalctl

 Please keep the alphabetical order, i.e. insert in the middle instead of at the
end.

 With that:

 Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

 Regards,
 Arnout

>  
>  HOST_SYSTEMD_NINJA_ENV = DESTDIR=$(HOST_DIR)
>  
> 


More information about the buildroot mailing list