increase dvbapp PR.
[vuplus_openembedded] / recipes / ethload / ethload_1.2.bb
1 SECTION = "console/network"
2 DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
3 LICENSE = "GPL"
4 SRC_URI = "http://ludovic.lange.free.fr/CETools/ethload-${PV}.tar.gz"
5 S = "${WORKDIR}/ethload-${PV}"
6
7 inherit autotools
8
9 do_configure() {
10         oe_runconf
11 }