Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / cetools / cetools_0.3.bb
1 DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
2 SECTION = "console/network"
3 LICENSE = "GPL"
4 SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \
5            file://sean-hsieh.patch;patch=1"
6 S = "${WORKDIR}/cetools-${PV}"
7 PR = "r1"
8
9 inherit autotools
10
11 do_configure() {
12         oe_runconf
13 }