aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-10-05 15:19:01 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-15 17:29:40 +0000
commit8590328a414d16955f8d0c4e6693a88bc1331d3a (patch)
treee99f5ab3439f7a110a921545db3a60bce7cbe131
parent8efcaeeb1abc89d53a0ad659a37b12ae1c24842b (diff)
downloadmeta-openembedded-contrib-8590328a414d16955f8d0c4e6693a88bc1331d3a.tar.gz
meta-oe/conf/layer.conf: Remove "id" from HOSTTOOLS
The "id" HOSTTOOLS should be add to the HOSTTOOLS definition on OE-Core; especially "id" is used on "rootfs_check_host_user_contaminated" rootfs-postcommand which is available on OE-Core thus belonging to it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 3896ff7f06..d84bd09d31 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -75,5 +75,3 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
source-han-sans-kr-fonts->fontconfig \
source-han-sans-tw-fonts->fontconfig \
"
-
-HOSTTOOLS += "id"