diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-24 13:54:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-24 13:54:26 +0000 |
commit | 8963fe9556c1013f0cd8705e25a0ec67889bfc08 (patch) | |
tree | 8f3575c8cf9e2df38c27689c4fee34c5e3d4ef30 /cetools | |
parent | 34e014dbf52b72624b876489512709288c2d9e1d (diff) |
apply a bug-fix + optional record parameter patch from sean hsieh to bin2rom of cetools
BKrev: 412b4892979LCA-mCUg1dpqNJ41PXQ
Diffstat (limited to 'cetools')
-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 |