diff options
Diffstat (limited to 'lrzsz')
-rw-r--r-- | lrzsz/lrzsz-0.12.20/gettext.patch (renamed from lrzsz/lrzsz-0.12.20/m4.patch) | 0 | ||||
-rw-r--r-- | lrzsz/lrzsz-0.12.20/po-fix.patch | 0 | ||||
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lrzsz/lrzsz-0.12.20/m4.patch b/lrzsz/lrzsz-0.12.20/gettext.patch index e69de29bb2..e69de29bb2 100644 --- a/lrzsz/lrzsz-0.12.20/m4.patch +++ b/lrzsz/lrzsz-0.12.20/gettext.patch diff --git a/lrzsz/lrzsz-0.12.20/po-fix.patch b/lrzsz/lrzsz-0.12.20/po-fix.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/lrzsz/lrzsz-0.12.20/po-fix.patch +++ /dev/null diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index b7838a7cde..b72e4570ee 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -1,13 +1,13 @@ SECTION = "base" PRIORITY = "standard" DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" -PR = "r1" +DEPENDS = "gettext-native" +PR = "r2" SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ file://autotools.patch;patch=1 \ file://makefile.patch;patch=1 \ - file://m4.patch;patch=1 \ - file://po-fix.patch;patch=1" + file://gettext.patch;patch=1" inherit autotools |