summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc_git.bb')
-rw-r--r--recipes-containers/runc/runc_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
new file mode 100644
index 00000000..739bd652
--- /dev/null
+++ b/recipes-containers/runc/runc_git.bb
@@ -0,0 +1,17 @@
1include runc.inc
2
3SRCREV = "81693c22ec27c3ee3aa890433e81cb0104ee8ff8"
4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.3;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 "
8RUNC_VERSION = "1.3.0"
9
10# for compatibility with existing RDEPENDS that have existed since
11# runc-docker and runc-opencontainers were separate
12RPROVIDES:${PN} += "runc-docker"
13RPROVIDES:${PN} += "runc-opencontainers"
14
15CVE_PRODUCT = "runc"
16
17LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"