coreos: add jq to base image

Needed by an OEM and it is a small/general-enough thing that it seems
better to ship in the image than try to stick it into the OEM partition.
This commit is contained in:
Michael Marineau 2015-06-17 14:33:49 -07:00
parent b47c1b099f
commit 5c6205cd3a
3 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,7 @@ RDEPEND="${RDEPEND}
app-arch/tar
app-arch/unzip
app-arch/zip
app-misc/jq
app-shells/bash
coreos-base/update_engine
coreos-base/coreos-init

View File

@ -116,3 +116,5 @@ dev-util/checkbashisms
# fix for https://github.com/coreos/bugs/issues/324
=net-misc/curl-7.41
# link jq binary dynamically
=app-misc/jq-1.4-r1