mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
python: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
require python.inc
|
require python.inc
|
||||||
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
|
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib gettext"
|
||||||
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
|
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
|
||||||
# set to .0 on every increase of INC_PR
|
# set to .0 on every increase of INC_PR
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.1"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
|
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user