diff options
-rw-r--r-- | cetools/cetools_0.3.oe | 12 | ||||
-rw-r--r-- | cetools/files/sean-hsieh.patch | 0 |
2 files changed, 12 insertions, 0 deletions
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 --- /dev/null +++ b/cetools/files/sean-hsieh.patch |