mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
coreos-base/coreos-oem-gce: build by default
This adds the GCE ACI meta-package to board-packages so a binary package gets built for it on the first build_packages run. It also moves the CoreOS-specific glibc dependencies from the GCE Python ebuild onto the meta-package.
This commit is contained in:
parent
6daae2e3c4
commit
f35bb80c4f
@ -16,7 +16,7 @@ IUSE=""
|
|||||||
|
|
||||||
DEPEND="dev-python/setuptools"
|
DEPEND="dev-python/setuptools"
|
||||||
|
|
||||||
# These dependencies cover everything possibly called by the scripts.
|
# These dependencies cover all commands called by the scripts.
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-admin/sudo
|
app-admin/sudo
|
||||||
dev-python/boto
|
dev-python/boto
|
||||||
@ -26,8 +26,6 @@ RDEPEND="
|
|||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
sys-apps/iproute2
|
sys-apps/iproute2
|
||||||
sys-apps/shadow
|
sys-apps/shadow
|
||||||
sys-libs/glibc
|
|
||||||
sys-libs/nss-usrfiles
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${WORKDIR}/compute-image-packages-${PV}"
|
S="${WORKDIR}/compute-image-packages-${PV}"
|
||||||
|
@ -13,4 +13,6 @@ IUSE=""
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-emulation/google-compute-engine
|
app-emulation/google-compute-engine
|
||||||
|
sys-libs/glibc
|
||||||
|
sys-libs/nss-usrfiles
|
||||||
"
|
"
|
||||||
|
@ -16,9 +16,9 @@ IUSE=""
|
|||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
amd64? (
|
amd64? (
|
||||||
app-emulation/google-compute-engine
|
|
||||||
app-emulation/open-vm-tools
|
app-emulation/open-vm-tools
|
||||||
app-emulation/wa-linux-agent
|
app-emulation/wa-linux-agent
|
||||||
|
coreos-base/coreos-oem-gce
|
||||||
coreos-base/nova-agent-container
|
coreos-base/nova-agent-container
|
||||||
coreos-base/nova-agent-watcher
|
coreos-base/nova-agent-watcher
|
||||||
dev-lang/python-oem
|
dev-lang/python-oem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user