diff options
Diffstat (limited to 'meta-oe/recipes-devtools/b4/b4_0.15.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/b4/b4_0.15.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 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] = "4cfd99a27af9cabe319fe21ba20af695f68c65904c63731c4fc5a30ea38da7c8" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-mailbox \ | ||
| 12 | python3-requests \ | ||
| 13 | " | ||
