diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
commit | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch) | |
tree | b6561031bc2909b0bc39a9ede50e737f4628dbe7 /gdb/gdb_6.1.oe | |
parent | bb258ec60a86e5e9c92f9a783970023401ec8731 (diff) |
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
Diffstat (limited to 'gdb/gdb_6.1.oe')
-rw-r--r-- | gdb/gdb_6.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe index f187f5bc8e..081eb6040f 100644 --- a/gdb/gdb_6.1.oe +++ b/gdb/gdb_6.1.oe @@ -7,7 +7,7 @@ DEPENDS = "ncurses readline" PACKAGES =+ 'gdbserver ' FILES_gdbserver = '${bindir}/gdbserver' -inherit autotools +inherit autotools gettext SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ file://uclibc.patch;patch=1" @@ -22,7 +22,7 @@ export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" export CFLAGS_append=" -L${STAGING_LIBDIR}" EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" -EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-nls \ +EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x \ --with-curses --with-readline --disable-sim \ --program-prefix=''" |