diff options
Diffstat (limited to 'recipes-support/python-frozendict')
| -rw-r--r-- | recipes-support/python-frozendict/python-frozendict.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "python-frozendict recipe" | ||
| 2 | |||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://${S}/LICENSE.txt;md5=f4da037a49c09b456fdbbc7a5bd36132" | ||
| 5 | |||
| 6 | SRCREV = "c5d16bafcca7b72ff3e8f40d3a9081e4c9233f1b" | ||
| 7 | SRC_URI = "git://github.com/slezica/python-frozendict.git" | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | PV = "1.2" | ||
| 11 | inherit setuptools | ||
| 12 | |||
