diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-04 19:03:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 10:41:27 -0800 |
commit | f64d67df49b756f7796edc3fa889cad3c231c75b (patch) | |
tree | 95ebae0b2f3396db925f5d5260236186ec14eb2c | |
parent | 3462709d651f44f3d067b3ce0bcfba876be9ff1d (diff) | |
download | meta-openembedded-f64d67df49b756f7796edc3fa889cad3c231c75b.tar.gz |
bubblewrap: upgrade 0.7.0 -> 0.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.0.bb (renamed from meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.0.bb index 4d053b54cb..06c42addbf 100644 --- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.7.0.bb +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.8.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] = "764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc" | 9 | SRC_URI[sha256sum] = "957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a" |
10 | 10 | ||
11 | inherit autotools bash-completion github-releases manpages pkgconfig | 11 | inherit autotools bash-completion github-releases manpages pkgconfig |
12 | 12 | ||