diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-22 15:41:01 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-04 10:34:00 +0000 |
commit | 91d2e7d1bc725f2c3a39b4c7413bf96e85d17375 (patch) | |
tree | 219d5a17b727ce6ef3179f11936040e5a7128f39 /meta/packages/gcc/gcc-cross4.inc | |
parent | 69f7bf8482e1e28c3c6018d32b4cd46bd522eb69 (diff) | |
download | poky-91d2e7d1bc725f2c3a39b4c7413bf96e85d17375.tar.gz |
gcc: add gettext to dependencies
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross4.inc')
-rw-r--r-- | meta/packages/gcc/gcc-cross4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross4.inc b/meta/packages/gcc/gcc-cross4.inc index 3d3403737a..4f8c7ddbda 100644 --- a/meta/packages/gcc/gcc-cross4.inc +++ b/meta/packages/gcc/gcc-cross4.inc | |||
@@ -1,3 +1,3 @@ | |||
1 | require gcc-cross.inc | 1 | require gcc-cross.inc |
2 | 2 | ||
3 | DEPENDS += "gmp-native mpfr-native" | 3 | DEPENDS += "gmp-native mpfr-native gettext-native" |