diff options
author | cajun-rat <p@beta16.co.uk> | 2017-04-04 14:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 14:45:31 +0200 |
commit | 610469510ec9dbac95fc415f71abdcb55e0fc18b (patch) | |
tree | bd18751638ce99904dcd68ad2eba6e6db7851f41 /recipes-support/python-canonicaljson/python-canonicaljson.bb | |
parent | feb5a6a1da2faf088d6c5d3e3eeb07471074f0bf (diff) | |
parent | 82a3c13a0b0c9979fa0812143d619748aa89c85d (diff) | |
download | meta-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-canonicaljson/python-canonicaljson.bb')
-rw-r--r-- | recipes-support/python-canonicaljson/python-canonicaljson.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-support/python-canonicaljson/python-canonicaljson.bb b/recipes-support/python-canonicaljson/python-canonicaljson.bb new file mode 100644 index 0000000..d8a0728 --- /dev/null +++ b/recipes-support/python-canonicaljson/python-canonicaljson.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "python-canonicaljson recipe" | ||
2 | |||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
5 | |||
6 | SRCREV = "92e2c06871cc275c2a8b8e3e899141a212aae0e8" | ||
7 | SRC_URI = "git://github.com/matrix-org/python-canonicaljson.git" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | # Generate with: | ||
11 | # git describe --tags | cut -b2- | ||
12 | PV = "1.0.0" | ||
13 | inherit setuptools | ||
14 | |||
15 | RDEPENDS_${PN} = "\ | ||
16 | python-simplejson \ | ||
17 | python-frozendict \ | ||
18 | " | ||