diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-03-30 17:48:10 +0200 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-03 12:10:15 +0200 |
| commit | 501e07acd803df6f9264c4206b4b9529006f287a (patch) | |
| tree | 20e5bd1f9b3ffd4f230c9c9f5ac87fa85e626617 /recipes-support/python-frozendict/python-frozendict.bb | |
| parent | 95b5db5a2714d429d31c42d079b192e8edb1a079 (diff) | |
| download | meta-updater-501e07acd803df6f9264c4206b4b9529006f287a.tar.gz | |
Merge from meta-agl-extra
Diffstat (limited to 'recipes-support/python-frozendict/python-frozendict.bb')
| -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 | |||
