diff options
Diffstat (limited to 'lrzsz')
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index 554f8b311e..07a8b714e5 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -3,10 +3,10 @@ PRIORITY = "standard" DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ - file://${FILESDIR}/autotools.patch;patch=1 \ - file://${FILESDIR}/makefile.patch;patch=1 \ - file://${FILESDIR}/m4.patch;patch=1 \ - file://${FILESDIR}/po-fix.patch;patch=1" + file://autotools.patch;patch=1 \ + file://makefile.patch;patch=1 \ + file://m4.patch;patch=1 \ + file://po-fix.patch;patch=1" inherit autotools |