summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-23 21:46:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-28 03:20:14 +0300
commit76c572011c8893e808b9791a75a94dac672854e6 (patch)
treea9311a1808e24f6e8b023b458950dced0c1b6916 /meta-phosphor/common/recipes-devtools/python
parente495cb57515e1239e12ef2a52ff7e228f01b7bd0 (diff)
downloadopenbmc-76c572011c8893e808b9791a75a94dac672854e6.tar.xz
tftpy: drop recipe
python-tftpy isn't used in-tree anywhere. Drop. Tested: Built witherspoon and palmetto images Change-Id: I33a456c7c3fcffe5f844637292409546966fa885 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-tftpy.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-tftpy.bb b/meta-phosphor/common/recipes-devtools/python/python-tftpy.bb
deleted file mode 100644
index 32f788b23..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-tftpy.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Python is a TFTP library for the Python programming language."
-DESCRIPTION = "Tftpy is a TFTP library for the Python programming language. It includes \
-client and server classes, with sample implementations. Hooks are included for \
-easy inclusion in a UI for populating progress indicators. It supports RFCs \
-1350, 2347, 2348 and the tsize option from RFC 2349."
-HOMEPAGE = "https://github.com/msoulier/tftpy"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=22770e72ae03c61f5bcc4e333b61368d"
-
-SRC_URI = "git://github.com/msoulier/tftpy.git"
-SRCREV = "${AUTOREV}"
-
-S = "${WORKDIR}/git"
-
-inherit allarch
-inherit setuptools
-
-BBCLASSEXTEND = "nativesdk"