diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-16 09:32:39 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-16 09:32:39 -0400 |
| commit | cf405d46b3e7701e55f9c2bf4664cff556846e70 (patch) | |
| tree | 8fd0bbd985469f12261ed59ea0829f1d31b8b9ea | |
| parent | 2ddec7ea71ce45f76db3088ba28ce23441c133b4 (diff) | |
| download | meta-virtualization-cf405d46b3e7701e55f9c2bf4664cff556846e70.tar.gz | |
conmon: update to v2.1.13-tip
Bumping conmon to version v2.1.3-280-g42da7ac, which comprises the following commits:
8debcb5 Move attach start message after failure check
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/conmon/conmon_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index d900de29..04f22a2e 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb | |||
| @@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" | 10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" |
| 11 | 11 | ||
| 12 | SRCREV = "b2f13b0f1200e1d678524c21551a0868dae6f7d2" | 12 | SRCREV = "42da7ac3fe667a3369d54413ef92664043105f19" |
| 13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
| 14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ | 14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ |
| 15 | " | 15 | " |
