summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-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 \
+"
+