diff options
| -rw-r--r-- | meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index 02d56f6abc..b10c1d0c37 100644 --- a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb +++ b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | |||
| @@ -17,13 +17,12 @@ PACKAGES =+ "${PN}-user3" | |||
| 17 | 17 | ||
| 18 | inherit useradd | 18 | inherit useradd |
| 19 | 19 | ||
| 20 | # Specify which package(s) should include the user/group code. | 20 | # You must set USERADD_PACKAGES when you inherit useradd. This |
| 21 | # Make sure that any packages which install files owned by custom | 21 | # lists which output packages will include the user/group |
| 22 | # users/groups are included here. The code which adds users and | 22 | # creation code. |
| 23 | # groups is idempotent. | ||
| 24 | USERADD_PACKAGES = "${PN} ${PN}-user3" | 23 | USERADD_PACKAGES = "${PN} ${PN}-user3" |
| 25 | 24 | ||
| 26 | # You *must* set USERADD_PARAM and/or GROUPADD_PARAM when | 25 | # You must also set USERADD_PARAM and/or GROUPADD_PARAM when |
| 27 | # you inherit useradd. | 26 | # you inherit useradd. |
| 28 | 27 | ||
| 29 | # USERADD_PARAM specifies command line options to pass to the | 28 | # USERADD_PARAM specifies command line options to pass to the |
