diff options
author | Kai Kang <kai.kang@windriver.com> | 2016-12-22 17:55:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:11 +0000 |
commit | be3c48f607cc5fca9ab98d5c4602155462c8b718 (patch) | |
tree | 3ee85ad15d1c455678ad6279012563a18f7d378b /meta-skeleton | |
parent | 0f315faff8d9e76b25e27e5cf935c7ef203e8b65 (diff) | |
download | poky-be3c48f607cc5fca9ab98d5c4602155462c8b718.tar.gz |
useradd-example: exclude from world
(From OE-Core rev: 1e03ad25d8b9536d5e7f9969809a4df01e55fe3a)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r-- | meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index 20a101a6eb..7c5b9d0503 100644 --- a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb +++ b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | |||
@@ -14,6 +14,8 @@ S = "${WORKDIR}" | |||
14 | 14 | ||
15 | PACKAGES =+ "${PN}-user3" | 15 | PACKAGES =+ "${PN}-user3" |
16 | 16 | ||
17 | EXCLUDE_FROM_WORLD = "1" | ||
18 | |||
17 | inherit useradd | 19 | inherit useradd |
18 | 20 | ||
19 | # You must set USERADD_PACKAGES when you inherit useradd. This | 21 | # You must set USERADD_PACKAGES when you inherit useradd. This |