summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-02-16 10:23:59 -0600
committerJohn Klug <john.klug@multitech.com>2023-02-16 10:23:59 -0600
commit9b0e664bada068459eca64e1a1d3b1432de7ea4b (patch)
tree20657ea59a0c73fdd8ce539001ddaecf58ebf3f4
parent7a6667925ba14025140a23e68b9dcf3657c3555b (diff)
downloadmeta-mlinux-9b0e664bada068459eca64e1a1d3b1432de7ea4b.tar.gz
meta-mlinux-9b0e664bada068459eca64e1a1d3b1432de7ea4b.tar.bz2
meta-mlinux-9b0e664bada068459eca64e1a1d3b1432de7ea4b.zip
bmap tools for mLinux feeds
-rw-r--r--recipes-devtools/python/python3-bmap-tools_3.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-bmap-tools_3.6.bb b/recipes-devtools/python/python3-bmap-tools_3.6.bb
new file mode 100644
index 0000000..1c2a46e
--- /dev/null
+++ b/recipes-devtools/python/python3-bmap-tools_3.6.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Image tool"
+HOMEPAGE = "https://github.com/intel/bmap-tools/blob/master/README.md"
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+SRC_URI = "git://github.com/intel/bmap-tools.git;protocol=https;branch=master"
+
+SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
+S = "${WORKDIR}/git"
+
+inherit pkgconfig python3native setuptools3
+
+RDEPENDS_${PN} = "${PYTHON_PN}-logging \
+"
+