summaryrefslogtreecommitdiffstats
path: root/recipes-support/python-frozendict/python-frozendict.bb
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-04-04 14:45:31 +0200
committerGitHub <noreply@github.com>2017-04-04 14:45:31 +0200
commit610469510ec9dbac95fc415f71abdcb55e0fc18b (patch)
treebd18751638ce99904dcd68ad2eba6e6db7851f41 /recipes-support/python-frozendict/python-frozendict.bb
parentfeb5a6a1da2faf088d6c5d3e3eeb07471074f0bf (diff)
parent82a3c13a0b0c9979fa0812143d619748aa89c85d (diff)
downloadmeta-updater-610469510ec9dbac95fc415f71abdcb55e0fc18b.tar.gz
Merge pull request #40 from advancedtelematic/feat/syncagl
Synchronize with AGL's meta-sota progress
Diffstat (limited to 'recipes-support/python-frozendict/python-frozendict.bb')
-rw-r--r--recipes-support/python-frozendict/python-frozendict.bb12
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 @@
1DESCRIPTION = "python-frozendict recipe"
2
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://${S}/LICENSE.txt;md5=f4da037a49c09b456fdbbc7a5bd36132"
5
6SRCREV = "c5d16bafcca7b72ff3e8f40d3a9081e4c9233f1b"
7SRC_URI = "git://github.com/slezica/python-frozendict.git"
8S = "${WORKDIR}/git"
9
10PV = "1.2"
11inherit setuptools
12