From: Sven Klomp Date: Thu, 5 Nov 2020 13:11:49 +0000 (+0100) Subject: package/davfs2: add davfs2 user and group X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2b98a6add92e38dbcd4ca9fda25454a38c719e3;p=buildroot.git package/davfs2: add davfs2 user and group mount.davfs expects the availability of the user and group davfs2. Signed-off-by: Sven Klomp Signed-off-by: Thomas Petazzoni --- diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk index a82e9d2f7c..bc2aa79646 100644 --- a/package/davfs2/davfs2.mk +++ b/package/davfs2/davfs2.mk @@ -18,4 +18,8 @@ DAVFS2_CONF_ENV += \ ac_cv_path_NEON_CONFIG=$(STAGING_DIR)/usr/bin/neon-config \ LIBS=$(TARGET_NLS_LIBS) +define DAVFS2_USERS + davfs2 -1 davfs2 -1 * - - - davfs user +endef + $(eval $(autotools-package))