From 4060dcda658c19035b1477034941dde1e265d180 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:55:31 +0800 Subject: b4: upgrade 0.14.3 -> 0.15.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/b4/b4_0.14.3.bb | 13 ------------- meta-oe/recipes-devtools/b4/b4_0.15.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-oe/recipes-devtools/b4/b4_0.14.3.bb create mode 100644 meta-oe/recipes-devtools/b4/b4_0.15.0.bb diff --git a/meta-oe/recipes-devtools/b4/b4_0.14.3.bb b/meta-oe/recipes-devtools/b4/b4_0.14.3.bb deleted file mode 100644 index a922f999e2..0000000000 --- a/meta-oe/recipes-devtools/b4/b4_0.14.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Utility to work with patches made available via a public-inbox archive like lore.kernel.org." - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit pypi python_pep517 python_setuptools_build_meta - -SRC_URI[sha256sum] = "31a4927b8dfbb5c97edfc9569cda3b6737bbfd8430881e8cc48a0b088ced6147" - -RDEPENDS:${PN} += " \ - python3-mailbox \ - python3-requests \ -" diff --git a/meta-oe/recipes-devtools/b4/b4_0.15.0.bb b/meta-oe/recipes-devtools/b4/b4_0.15.0.bb new file mode 100644 index 0000000000..4da95e12eb --- /dev/null +++ b/meta-oe/recipes-devtools/b4/b4_0.15.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Utility to work with patches made available via a public-inbox archive like lore.kernel.org." + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit pypi python_pep517 python_setuptools_build_meta + +SRC_URI[sha256sum] = "4cfd99a27af9cabe319fe21ba20af695f68c65904c63731c4fc5a30ea38da7c8" + +RDEPENDS:${PN} += " \ + python3-mailbox \ + python3-requests \ +" -- cgit v1.2.3-54-g00ecf