diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-05-21 14:33:29 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-05-27 15:41:02 +0200 |
commit | c0c098bbd944c314bca4ad0ec98fe9aca39e3f64 (patch) | |
tree | 2571665a4f2ed98bb6ee26457adbd05fd2b36abd /recipes-support/python-frozendict/python-frozendict.bb | |
parent | d1291df592cd0ea20a61b21228d45995e1766458 (diff) | |
download | meta-updater-c0c098bbd944c314bca4ad0ec98fe9aca39e3f64.tar.gz |
Remove some ancient recipes
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
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 | |||