mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
app-emulation/containerd: remove 9999 from 0.2.5
This commit is contained in:
parent
8cbe29301b
commit
d1ef988acc
@ -8,16 +8,11 @@ GITHUB_URI="github.com/docker/${PN}"
|
|||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.6"
|
COREOS_GO_VERSION="go1.6"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
|
||||||
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
|
||||||
inherit git-r3
|
|
||||||
else
|
|
||||||
MY_PV="${PV/_/-}"
|
MY_PV="${PV/_/-}"
|
||||||
EGIT_COMMIT="v${MY_PV}"
|
EGIT_COMMIT="v${MY_PV}"
|
||||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
inherit vcs-snapshot
|
inherit vcs-snapshot
|
||||||
fi
|
|
||||||
|
|
||||||
inherit coreos-go systemd
|
inherit coreos-go systemd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user