summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-03 14:02:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-05 22:21:07 +0100
commit009d3590366288201b77defe85969d588bd5455d (patch)
tree5cc4d04df1239d141ff4127ce826054f61a9fe39 /meta-poky
parent19e786b6fac8ecce6bb083db3dc9ff3ccc2584b2 (diff)
downloadpoky-009d3590366288201b77defe85969d588bd5455d.tar.gz
local.conf.sample.extended: remove help2man reference
help2man isn't part of the early build anymore, so there's no point in referring to it here. (From meta-yocto rev: c601f5bd5ddfe8e8be709a4541b95c772a0d3b6f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index dc92a16f6c..44a01690e3 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -124,9 +124,6 @@ DISTRO_FEATURES_remove = "x11"
124#This enable mklibs library size optimization will be for all the images. 124#This enable mklibs library size optimization will be for all the images.
125#MKLIBS_OPTIMIZED_IMAGES ?= "all" 125#MKLIBS_OPTIMIZED_IMAGES ?= "all"
126 126
127# Uncomment this if your host distribution provides the help2man tool.
128#ASSUME_PROVIDED += "help2man-native"
129
130# This value is currently used by pseudo to determine if the recipe should 127# This value is currently used by pseudo to determine if the recipe should
131# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. 128# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
132# 129#