diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-10 22:56:03 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-10 22:56:03 +0000 |
commit | a5fa8bb1103f69624f986678f98c2694caddc815 (patch) | |
tree | 7e501b8c736aecdd7ac57f00fdef63bc12d89b1a /lrzsz | |
parent | 42169d019de19221e2dfc23947659ad007f8a222 (diff) |
add patch to lrzsz to fix debianizing breakage of po
BKrev: 40a00883ZxPXw2oDW8GlS1anykNwyA
Diffstat (limited to 'lrzsz')
-rw-r--r-- | lrzsz/lrzsz-0.12.20/po-fix.patch | 0 | ||||
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lrzsz/lrzsz-0.12.20/po-fix.patch b/lrzsz/lrzsz-0.12.20/po-fix.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/lrzsz/lrzsz-0.12.20/po-fix.patch diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index 54a8eb0a6b..554f8b311e 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -5,7 +5,8 @@ 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}/m4.patch;patch=1 \ + file://${FILESDIR}/po-fix.patch;patch=1" inherit autotools |