diff options
author | Gary Thomas <gary@mlbassoc.com> | 2010-02-26 08:03:09 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-26 17:13:23 +0000 |
commit | 12eed15a319381202ce8067dbc8f4cda27d46d73 (patch) | |
tree | 77eb17e286c68702a11bb67c87a86a15944db284 /meta/packages/gdb | |
parent | cb8ae04ebe34bbd81ff1fc91a124dc7e0712c049 (diff) | |
download | openembedded-core-12eed15a319381202ce8067dbc8f4cda27d46d73.tar.gz openembedded-core-12eed15a319381202ce8067dbc8f4cda27d46d73.tar.bz2 openembedded-core-12eed15a319381202ce8067dbc8f4cda27d46d73.zip |
gdb-cross: Allow to build after recent gettext changes
Signed off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gdb')
-rw-r--r-- | meta/packages/gdb/gdb-cross.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gdb/gdb-cross.inc b/meta/packages/gdb/gdb-cross.inc index 11784e0d2b..20db86b563 100644 --- a/meta/packages/gdb/gdb-cross.inc +++ b/meta/packages/gdb/gdb-cross.inc @@ -7,3 +7,4 @@ DEPENDS = "ncurses-native" GDBPROPREFIX = "" inherit cross +inherit gettext |