diff options
Diffstat (limited to 'recipes-containers/runc/runc_git.bb')
| -rw-r--r-- | recipes-containers/runc/runc_git.bb | 17 |
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 @@ | |||
| 1 | include runc.inc | ||
| 2 | |||
| 3 | SRCREV = "81693c22ec27c3ee3aa890433e81cb0104ee8ff8" | ||
| 4 | SRC_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 | " | ||
| 8 | RUNC_VERSION = "1.3.0" | ||
| 9 | |||
| 10 | # for compatibility with existing RDEPENDS that have existed since | ||
| 11 | # runc-docker and runc-opencontainers were separate | ||
| 12 | RPROVIDES:${PN} += "runc-docker" | ||
| 13 | RPROVIDES:${PN} += "runc-opencontainers" | ||
| 14 | |||
| 15 | CVE_PRODUCT = "runc" | ||
| 16 | |||
| 17 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}" | ||
