Brad Bishop | 7affe37 | 2015-10-19 10:33:11 -0400 | [diff] [blame] | 1 | SUMMARY = "Python is a TFTP library for the Python programming language." |
| 2 | DESCRIPTION = "Tftpy is a TFTP library for the Python programming language. It includes \ |
| 3 | client and server classes, with sample implementations. Hooks are included for \ |
| 4 | easy inclusion in a UI for populating progress indicators. It supports RFCs \ |
| 5 | 1350, 2347, 2348 and the tsize option from RFC 2349." |
| 6 | HOMEPAGE = "https://github.com/msoulier/tftpy" |
| 7 | SECTION = "devel/python" |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=22770e72ae03c61f5bcc4e333b61368d" |
| 10 | |
| 11 | SRC_URI = "git://github.com/msoulier/tftpy.git" |
| 12 | SRCREV = "${AUTOREV}" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit allarch |
| 17 | inherit setuptools |
| 18 | |
| 19 | BBCLASSEXTEND = "nativesdk" |