[Buildroot] [git commit branch/next] package/davfs2: add davfs2 user and group

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 7 13:36:15 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=a2b98a6add92e38dbcd4ca9fda25454a38c719e3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

mount.davfs expects the availability of the user and group davfs2.

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

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))


More information about the buildroot mailing list