1
0
forked from brl/citadel
citadel/meta-citadel/recipes-core/citadel-user/citadel-user.bb

10 lines
200 B
BlitzBasic
Raw Normal View History

2018-01-18 18:14:32 -05:00
inherit allarch useradd
LICENSE = "MIT"
S = "${WORKDIR}"
ALLOW_EMPTY_${PN} = "1"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "-m -u 1000 -s /bin/bash citadel"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"