phosphor: net-snmp: clean up configure options

Remove a number of configure option overrides to reduce maintainence
burden.

Remove disable-manuals because the base recipe already does that.

The disable-embedded-perl and disable-perl-cc-checks options are
unnecessary because the perl PACKAGECONFIG is not enabled by default in
the base recipe.

Remove disable-libtool-lock.  The configure script has this to say
about this option:

  avoid locking (might break parallel builds)

bitbake builds with make -j so it seems like a good idea to stick with
the default, and build with libtool locking enabled.  This option has
no runtime effect.

Remove disable-deprecated.  This option is unused by net-snmp.  Just
use the default to minimize the maintainence delta.  It has no runtime
effect.

Remove disable-privacy.  Encryption isn't used at the moment but the
footprint impact on libnetsnmp to leave it at the default (enabled)
is negligible ( < ~10K stripped, uncompressed ).

Remove disable-set-support and disable-snmptrapd-subagent.  These are
agent functions which are currently unused.  Leave at the default.

Remove disable-scripts.  This does grow the client package but the
client package is not used at the moment.  Leave at the default.

Change-Id: Ifac0c6c1a30ba4189e55eee2d3368a447f6703da
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 4f6b8b12d873055b2f875190e4ffdd33cd556104
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-phosphor/
  10. recipes-protocols/
  11. recipes-support/
  12. recipes-textproc/
  13. COPYING.apache-2.0
  14. COPYING.MIT
  15. LICENSE
  16. MAINTAINERS
  17. README.md
  18. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.