mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
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:
parent
44fcb0513a
commit
d460bf3a8d
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user