diff options
Diffstat (limited to 'recipes-containers/skopeo/skopeo_git.bb')
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 5083b658..fe8cfa16 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
@@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \ | |||
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
25 | git://github.com/containers/skopeo;branch=release-1.14;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ | 25 | git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ |
26 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ | 26 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRCREV = "1c2ab995059dd011aad74e2c37305d636ebd2675" | 29 | SRCREV = "e8d9f916e04364c128a939535889dc2da74162b5" |
30 | PV = "v1.14.2+git" | 30 | PV = "v1.18.0+git" |
31 | GO_IMPORT = "import" | 31 | GO_IMPORT = "import" |
32 | 32 | ||
33 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" | 33 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" |
@@ -43,7 +43,7 @@ CVE_STATUS[CVE-2019-10214] = "fixed-version: This CVE was fixed in the container | |||
43 | 43 | ||
44 | # This disables seccomp and apparmor, which are on by default in the | 44 | # This disables seccomp and apparmor, which are on by default in the |
45 | # go package. | 45 | # go package. |
46 | EXTRA_OEMAKE="BUILDTAGS=''" | 46 | EXTRA_OEMAKE = "BUILDTAGS=''" |
47 | 47 | ||
48 | do_compile() { | 48 | do_compile() { |
49 | export GOARCH="${TARGET_GOARCH}" | 49 | export GOARCH="${TARGET_GOARCH}" |