meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-munch_git.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-munch_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-munch_git.bb
new file mode 100644 (file)
index 0000000..2ef46ac
--- /dev/null
@@ -0,0 +1,16 @@
+
+DESCRIPTION = "Munch is a dictionary that supports attribute-style access, a la JavaScript."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0291cd32b2d6a91d9b19970c94d0a46"
+
+SRCREV = "d0fbbce7b8205a243337faed0b61472dfe09706d"
+PROTOCOL = "https"
+BRANCH = "master"
+S = "${WORKDIR}/git"
+PV = "2.3.2+git${SRCPV}"
+
+SRC_URI = "git://github.com/Infinidat/munch.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
+
+DEPENDS += " python"
+inherit setuptools distutils pkgconfig