From 501e07acd803df6f9264c4206b4b9529006f287a Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 30 Mar 2017 17:48:10 +0200 Subject: Merge from meta-agl-extra --- recipes-support/python-frozendict/python-frozendict.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-support/python-frozendict/python-frozendict.bb (limited to 'recipes-support/python-frozendict/python-frozendict.bb') diff --git a/recipes-support/python-frozendict/python-frozendict.bb b/recipes-support/python-frozendict/python-frozendict.bb new file mode 100644 index 0000000..79fe5c8 --- /dev/null +++ b/recipes-support/python-frozendict/python-frozendict.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "python-frozendict recipe" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://${S}/LICENSE.txt;md5=f4da037a49c09b456fdbbc7a5bd36132" + +SRCREV = "c5d16bafcca7b72ff3e8f40d3a9081e4c9233f1b" +SRC_URI = "git://github.com/slezica/python-frozendict.git" +S = "${WORKDIR}/git" + +PV = "1.2" +inherit setuptools + -- cgit v1.2.3-54-g00ecf