coreos-base/update_engine: add glib-utils to (B)DEPEND

glib-utils are used during the build so they need to be part of host
dependencies for update_engine. This only really pops up during a repeat
bootstrap, when update_engine is being built from source but glib has
been installed from a binary. BDEPEND would be the correct variable but
that requires EAPI=7, so additionally added it to DEPEND for now.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-07-19 14:58:23 +00:00 committed by Jeremi Piotrowski
parent 44fcb0513a
commit d460bf3a8d

View File

@ -37,7 +37,9 @@ RDEPEND="!coreos-base/coreos-installer
net-misc/curl net-misc/curl
>=sys-apps/seismograph-2.2.0 >=sys-apps/seismograph-2.2.0
sys-fs/e2fsprogs" sys-fs/e2fsprogs"
BDEPEND="dev-util/glib-utils"
DEPEND="dev-cpp/gtest DEPEND="dev-cpp/gtest
${BDEPEND}
${RDEPEND}" ${RDEPEND}"
src_configure() { src_configure() {