ti-c6accel_1.00.00.04: add new recipe
[openembedded.git] / recipes / netkit-tftp / netkit-tftp_0.17.bb
blob17b9d80a3a334ad0a114162ceeee34b2bed0d9e4
1 SECTION = "console/network"
2 DESCRIPTION = "netkit-tftp includes a commandline tftp client."
3 LICENSE = "BSD"
4 SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-${PV}.tar.gz \
5 file://mconfig.patch"
7 EXTRA_OEMAKE = ""
8 do_compile () {
9 oe_runmake 'CC=${CC}' 'LD=${LD}' all
12 do_install () {
13 install -d ${D}${bindir}
14 install -m 0755 tftp/tftp ${D}${bindir}
17 SRC_URI[md5sum] = "b7262c798e2ff50e29c2ff50dfd8d6a8"
18 SRC_URI[sha256sum] = "3a43c0010d4e61f412563fd83769d4667d8b8e82903526d21cb9205fe55ad14d"