summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
commit81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch)
treeb6561031bc2909b0bc39a9ede50e737f4628dbe7 /gdb
parentbb258ec60a86e5e9c92f9a783970023401ec8731 (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')
-rw-r--r--gdb/gdb_6.1.oe4
-rw-r--r--gdb/gdb_6.2.1.oe4
-rw-r--r--gdb/gdb_6.2.oe4
3 files changed, 6 insertions, 6 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=''"
diff --git a/gdb/gdb_6.2.1.oe b/gdb/gdb_6.2.1.oe
index 46ff8d4006..5bd3b2b51c 100644
--- a/gdb/gdb_6.2.1.oe
+++ b/gdb/gdb_6.2.1.oe
@@ -9,7 +9,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 \
@@ -25,7 +25,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 --disable-multilib --with-readline --disable-sim \
--program-prefix=''"
diff --git a/gdb/gdb_6.2.oe b/gdb/gdb_6.2.oe
index dc1e2106d1..b8d0ec606e 100644
--- a/gdb/gdb_6.2.oe
+++ b/gdb/gdb_6.2.oe
@@ -8,7 +8,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"
@@ -23,7 +23,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 --disable-multilib --with-readline --disable-sim \
--program-prefix=''"