[Buildroot] [PATCH 1/1] package/davfs2: add davfs user and group

Sven Klomp mail at klomp.eu
Thu Nov 5 13:11:49 UTC 2020


mount.davfs expects the availability of the user and group davfs.
These are added using

Signed-off-by: Sven Klomp <mail at klomp.eu>
---
 package/davfs2/davfs2.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
index a73093a52a..4f245423f9 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))
-- 
2.29.2



More information about the buildroot mailing list