projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afdaeab
)
package/davfs2: add davfs2 user and group
author
Sven Klomp
<mail@klomp.eu>
Thu, 5 Nov 2020 13:11:49 +0000
(14:11 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 7 Nov 2020 13:36:15 +0000
(14:36 +0100)
mount.davfs expects the availability of the user and group davfs2.
Signed-off-by: Sven Klomp <mail@klomp.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/davfs2/davfs2.mk
patch
|
blob
|
history
diff --git
a/package/davfs2/davfs2.mk
b/package/davfs2/davfs2.mk
index a82e9d2f7c24a0c0264bb7356fef15b3d8e657e1..bc2aa79646c5133ec07938affa4d38b96f626e14 100644
(file)
--- 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))