From 9b0e664bada068459eca64e1a1d3b1432de7ea4b Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 16 Feb 2023 10:23:59 -0600 Subject: bmap tools for mLinux feeds --- recipes-devtools/python/python3-bmap-tools_3.6.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-devtools/python/python3-bmap-tools_3.6.bb 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 \ +" + -- cgit v1.2.3