diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-08-21 10:35:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:45:47 -0700 |
commit | 8d0b921fb6ec8e46bd1fc5c5f1f3fcb63a313915 (patch) | |
tree | 2709be57ececc80e7769b4042c5b0114ef1a60bd | |
parent | 38f44e742ada820e8467beea097fbe0b747602fd (diff) | |
download | meta-openembedded-8d0b921fb6ec8e46bd1fc5c5f1f3fcb63a313915.tar.gz |
bubblewrap: update 0.9.0 -> 0.10.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb (renamed from meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb index c60c1dfd6..60155e035 100644 --- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.9.0.bb +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
6 | DEPENDS = "libcap" | 6 | DEPENDS = "libcap" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" | 8 | SRC_URI = "https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz" |
9 | SRC_URI[sha256sum] = "c6347eaced49ac0141996f46bba3b089e5e6ea4408bc1c43bab9f2d05dd094e1" | 9 | SRC_URI[sha256sum] = "65d92cf44a63a51e1b7771f70c05013dce5bd6b0b2841c4b4be54b0c45565471" |
10 | 10 | ||
11 | inherit autotools bash-completion github-releases manpages pkgconfig | 11 | inherit autotools bash-completion github-releases manpages pkgconfig |
12 | 12 | ||