diff options
| author | Joshua Lock <josh@linux.intel.com> | 2009-12-17 16:28:01 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2009-12-17 17:45:19 +0000 |
| commit | 41f43e1b984de512c87d5acce6685defbbd861ea (patch) | |
| tree | 056fbc8952970953ffd696820db3d5850b182c46 | |
| parent | 4ae547d05d07938b3c95516a93f99d8a050eed0b (diff) | |
| download | poky-41f43e1b984de512c87d5acce6685defbbd861ea.tar.gz | |
python: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/packages/python/python_2.6.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/python/python_2.6.2.bb b/meta/packages/python/python_2.6.2.bb index c996b0b5c4..931a797847 100644 --- a/meta/packages/python/python_2.6.2.bb +++ b/meta/packages/python/python_2.6.2.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | require python.inc | 1 | require python.inc |
| 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib gettext" |
| 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" | 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" |
| 4 | # set to .0 on every increase of INC_PR | 4 | # set to .0 on every increase of INC_PR |
| 5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ | 8 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ |
