diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 08:38:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 08:38:15 +0000 |
commit | 9aa6d7445a4650331fa820f971f9140c1d785aeb (patch) | |
tree | b074f8260d387937967675950038dd95d9d7d752 /lrzsz | |
parent | 9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff) |
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'lrzsz')
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index fb50cb209b..54a8eb0a6b 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -3,7 +3,9 @@ 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" + file://${FILESDIR}/autotools.patch;patch=1 \ + file://${FILESDIR}/makefile.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools |