diff options
Diffstat (limited to 'recipes-containers/oci-runtime-spec')
| -rw-r--r-- | recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb index d1a03969..24fce75a 100644 --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | |||
| @@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9 | |||
| 7 | SRCNAME = "runtime-spec" | 7 | SRCNAME = "runtime-spec" |
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
| 10 | SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "701738418b9555d5213337a0991fd0ffd6c37808" | 12 | SRCREV = "701738418b9555d5213337a0991fd0ffd6c37808" |
| 13 | PV = "v1.2.0+git" | 13 | PV = "v1.2.0+git" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | # NO-OP the do compile rule because this recipe is source only. | 15 | # NO-OP the do compile rule because this recipe is source only. |
| 18 | do_compile() { | 16 | do_compile() { |
| 19 | } | 17 | } |
