From 8963fe9556c1013f0cd8705e25a0ec67889bfc08 Mon Sep 17 00:00:00 2001 From: Michael Lauer <mickey@vanille-media.de> Date: Tue, 24 Aug 2004 13:54:26 +0000 Subject: apply a bug-fix + optional record parameter patch from sean hsieh to bin2rom of cetools BKrev: 412b4892979LCA-mCUg1dpqNJ41PXQ --- cetools/cetools_0.3.oe | 12 ++++++++++++ cetools/files/sean-hsieh.patch | 0 2 files changed, 12 insertions(+) create mode 100644 cetools/files/sean-hsieh.patch 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 -- cgit v1.2.3