diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-07-25 09:10:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 09:10:01 +0200 |
commit | be7a94c7524b22ec1a08b3a81a66dc3ed196d240 (patch) | |
tree | a780920d0c8051003d8258f16a0e097933bdc0cd /recipes-support/python-frozendict/python-frozendict.bb | |
parent | cc479b802b3fecf70bcef11fd49ad12b6c0ed616 (diff) | |
parent | 83a31da86d75df802a98c41e22cbc9ca1f806f2e (diff) | |
download | meta-updater-be7a94c7524b22ec1a08b3a81a66dc3ed196d240.tar.gz |
Merge pull request #547 from advancedtelematic/Backport/rocko/secondaries-and-CI-improvement
Backport/rocko/secondaries and ci improvement
Diffstat (limited to 'recipes-support/python-frozendict/python-frozendict.bb')
-rw-r--r-- | recipes-support/python-frozendict/python-frozendict.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-support/python-frozendict/python-frozendict.bb b/recipes-support/python-frozendict/python-frozendict.bb deleted file mode 100644 index 79fe5c8..0000000 --- a/recipes-support/python-frozendict/python-frozendict.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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 | |||