From 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:35:01 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages-devel into handhelds.org:/home/kergoth/code/packages 2004/11/16 00:34:37-06:00 handhelds.org!kergoth Make some packages that were setting --(dis|en)able-nls use the gettext oeclass instead. BKrev: 41999f95y5kOtyn8kkalbqOVb83Jng --- lftp/lftp_3.0.1.oe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lftp') diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe index a054bbdedb..d1445b2c92 100644 --- a/lftp/lftp_3.0.1.oe +++ b/lftp/lftp_3.0.1.oe @@ -9,7 +9,6 @@ PR = "r1" SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \ file://pty.patch;patch=1" -EXTRA_OECONF = "--disable-largefile --disable-rpath --disable-nls --with-included-readline=no" +EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" - -inherit autotools +inherit autotools gettext -- cgit v1.2.3