More section fixes
[vuplus_openembedded] / cetools / cetools_0.3.oe
1 DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
2 SECTION = "console/network"
3 SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \
4            file://sean-hsieh.patch;patch=1"
5 S = "${WORKDIR}/cetools-${PV}"
6 PR = "r1"
7
8 inherit autotools
9
10 do_configure() {
11         oe_runconf
12 }