diff options
-rw-r--r-- | meta-oe/recipes-devtools/b4/b4_0.14.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/b4/b4_0.14.2.bb b/meta-oe/recipes-devtools/b4/b4_0.14.2.bb new file mode 100644 index 0000000000..794e1d24dd --- /dev/null +++ b/meta-oe/recipes-devtools/b4/b4_0.14.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Utility to work with patches made available via a public-inbox archive like lore.kernel.org." | ||
2 | |||
3 | LICENSE = "GPL-2.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | inherit pypi python_pep517 python_setuptools_build_meta | ||
7 | |||
8 | SRC_URI[sha256sum] = "4f835b6e5ae30eff6004bb25c15fd8f4f6ecd1105596e86db1871fef7d18113d" | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-mailbox \ | ||
12 | python3-requests \ | ||
13 | " | ||