Merge "Merge: migrate appfw from meta-agl-extra"
[AGL/meta-agl.git] / meta-app-framework / recipes-config / agl-users / agl-users_0.1.bb
1 inherit allarch useradd
2
3 SUMMARY = "AGL Users Seed"
4 DESCRIPTION = "This is a core framework component that\
5  defines how users are managed and who are the default users."
6
7 LICENSE = "MIT"
8 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9
10
11 SRC_URI = ""
12
13 ALLOW_EMPTY_${PN} = "1"
14
15 USERADD_PACKAGES = "${PN}"
16
17 USERADD_PARAM_${PN} = "\
18   -g users -d /home/agl-driver -m -K PASS_MAX_DAYS=-1 agl-driver ; \
19   -g users -d /home/agl-passenger -m -K PASS_MAX_DAYS=-1 agl-passenger \
20 "
21