diff options
-rw-r--r-- | lrzsz/lrzsz-0.12.20/makefile.patch | 0 | ||||
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lrzsz/lrzsz-0.12.20/makefile.patch b/lrzsz/lrzsz-0.12.20/makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/lrzsz/lrzsz-0.12.20/makefile.patch diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index e69de29bb2..df4356505e 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -0,0 +1,8 @@ +SECTION = "base" +PRIORITY = "standard" +DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" + +SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ + file://${FILESDIR}/makefile.patch;patch=1" + +inherit autotools |