From: Michael Lauer Date: Tue, 24 Aug 2004 13:54:26 +0000 (+0000) Subject: apply a bug-fix + optional record parameter patch from sean hsieh to bin2rom of cetools X-Git-Tag: Release-2010-05/1~17552 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8963fe9556c1013f0cd8705e25a0ec67889bfc08;p=openembedded.git apply a bug-fix + optional record parameter patch from sean hsieh to bin2rom of cetools BKrev: 412b4892979LCA-mCUg1dpqNJ41PXQ --- diff --git a/cetools/cetools_0.3.oe b/cetools/cetools_0.3.oe index e69de29bb2..e4b7fb537d 100644 --- a/cetools/cetools_0.3.oe +++ b/cetools/cetools_0.3.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp." + +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 +} diff --git a/cetools/files/sean-hsieh.patch b/cetools/files/sean-hsieh.patch new file mode 100644 index 0000000000..e69de29bb2