mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
app-emulation/rocket: bump to v0.5.3
This commit is contained in:
parent
7ebcfb2031
commit
3db857dbd5
@ -10,11 +10,11 @@ inherit cros-workon
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="258f946e3c85918e2dbf1920ae3c2bfe64ab2a14" # v0.4.1
|
CROS_WORKON_COMMIT="a8afce77b694ea7e4923dd04bae680da8fb34ec6" # v0.5.3
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Must be in sync with stage1/rootfs/usr/cache.sh
|
# Must be in sync with stage1/rootfs/usr_from_coreos/cache.sh
|
||||||
IMG_RELEASE="444.5.0"
|
IMG_RELEASE="444.5.0"
|
||||||
IMG_URL="http://stable.release.core-os.net/amd64-usr/${IMG_RELEASE}/coreos_production_pxe_image.cpio.gz"
|
IMG_URL="http://stable.release.core-os.net/amd64-usr/${IMG_RELEASE}/coreos_production_pxe_image.cpio.gz"
|
||||||
|
|
||||||
@ -26,13 +26,13 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.2
|
DEPEND=">=dev-lang/go-1.3
|
||||||
app-arch/cpio
|
app-arch/cpio
|
||||||
sys-fs/squashfs-tools"
|
sys-fs/squashfs-tools"
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
local cache="${S}/stage1/rootfs/usr/cache"
|
local cache="${S}/stage1/rootfs/usr_from_coreos/cache"
|
||||||
|
|
||||||
cros-workon_src_unpack
|
cros-workon_src_unpack
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user