From: Kai Kang Date: Thu, 22 Dec 2016 09:55:16 +0000 (+0800) Subject: useradd-example: exclude from world X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e03ad25d8b9536d5e7f9969809a4df01e55fe3a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git useradd-example: exclude from world Signed-off-by: Kai Kang Signed-off-by: Ross Burton --- diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index 20a101a6ebd..7c5b9d05035 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}" PACKAGES =+ "${PN}-user3" +EXCLUDE_FROM_WORLD = "1" + inherit useradd # You must set USERADD_PACKAGES when you inherit useradd. This