aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-17 17:45:19 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-18 07:29:23 -0700
commite01784b74841d142a1cfbc61a6af86e8069bd0ed (patch)
tree5c5c75ebd9746d63cdbacc85882b361f08cc3821 /conf/local.conf.sample
parente06468eb138fc5e354878b41e395bec238fed872 (diff)
downloadopenembedded-e01784b74841d142a1cfbc61a6af86e8069bd0ed.tar.gz
help2man: Add native recipe, drop check for being provided.
With a recent change to auto* to not build the man pages for native recipes, we can make build progress without help2man being there already. This adds help2man to local.conf.sample as an example of something that is assumed to be provided, drops the sanity.bbclass check and adds a help2man-native recipe. In order to catch the cases where help2man is likely to have been an implicit requirement before we add it to the list that autotools brings in. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index c53c03776e..1085163495 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -30,6 +30,10 @@ BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
# This is a regulary expression, so be sure to get your parenthesis balanced.
BBMASK = ""
+# Comment this if your host distribution does not provide the
+# help2man tool.
+ASSUME_PROVIDED += "help2man-native"
+
# Uncomment this if your host distribution has recent enough Linux
# Kernel header files. Utilities we use to generate certain types of
# target filesystems need somewhat recent header files.