From e256bc5cd19ec50d6a81a933bbbe821e8f7f22b6 Mon Sep 17 00:00:00 2001 From: Chris Larson <clarson@kergoth.com> Date: Sun, 12 Sep 2004 20:50:46 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/oe/packages 2004/09/12 14:48:44-04:00 handhelds.org!kergoth Fix gettext problem in lrzsz build. BKrev: 4144b6a6TGq63IGLDXFWR2u9baPvJg --- lrzsz/lrzsz-0.12.20/gettext.patch | 0 lrzsz/lrzsz-0.12.20/m4.patch | 0 lrzsz/lrzsz-0.12.20/po-fix.patch | 0 lrzsz/lrzsz_0.12.20.oe | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 lrzsz/lrzsz-0.12.20/gettext.patch delete mode 100644 lrzsz/lrzsz-0.12.20/m4.patch delete mode 100644 lrzsz/lrzsz-0.12.20/po-fix.patch diff --git a/lrzsz/lrzsz-0.12.20/gettext.patch b/lrzsz/lrzsz-0.12.20/gettext.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lrzsz/lrzsz-0.12.20/m4.patch b/lrzsz/lrzsz-0.12.20/m4.patch deleted file mode 100644 index e69de29bb2..0000000000 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 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 -- cgit v1.2.3