]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cetools/cetools_0.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / 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 }