commit abfa8ba0f30c5cf699059975973ad285328f8fa2
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Jun 11 15:36:29 2020 -0500
fix(sledgehammer): fix accidental removal of lldpd from Sledgehammer
Upstream lldpd grew an indirect dependency on mysql client libraries.
We removed everything them along with everything that directly or
indirectly depended on them. Fix this error by picking and choosing
the packages that depend in mysql libraries that we want a little more
carefully.
M content/bootenvs/discovery.yml
M content/bootenvs/sledgehammer.yml
M sledgehammer-builder/bootenvs/build-sledgehammer.yaml
M sledgehammer-builder/tasks/sledgehammer-stage-bits.yaml
End of Note