From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/cetools/cetools_0.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packages/cetools/cetools_0.3.bb') diff --git a/packages/cetools/cetools_0.3.bb b/packages/cetools/cetools_0.3.bb index e69de29bb2..aa97ec5527 100644 --- a/packages/cetools/cetools_0.3.bb +++ b/packages/cetools/cetools_0.3.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp." +SECTION = "console/network" +LICENSE = "GPL" +SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \ + file://sean-hsieh.patch;patch=1" +S = "${WORKDIR}/cetools-${PV}" +PR = "r1" + +inherit autotools + +do_configure() { + oe_runconf +} -- cgit 1.2.3-korg