diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-09-10 15:09:38 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:17 +0200 |
commit | 626427ddf5e9b4b7755e2d5c97f2fc661acc24d7 (patch) | |
tree | 493d0b8707d10d852e6b091fef580b38f36cad21 /meta-oe/recipes-support | |
parent | 1cd9f5b30f10dbe7b1131b2a4f9d57c452428ce7 (diff) | |
download | meta-openembedded-626427ddf5e9b4b7755e2d5c97f2fc661acc24d7.tar.gz |
mysql-python: upgrade to 1.2.5
remove the remove-distribute.patch, v1.2.5 has a similar fix
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch | 17 | ||||
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb (renamed from meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb) | 8 |
2 files changed, 3 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch b/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch deleted file mode 100644 index 0ce750d63..000000000 --- a/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Innapropriate | ||
2 | |||
3 | Index: MySQL-python-1.2.4/setup.py | ||
4 | =================================================================== | ||
5 | --- MySQL-python-1.2.4.orig/setup.py | ||
6 | +++ MySQL-python-1.2.4/setup.py | ||
7 | @@ -3,8 +3,8 @@ | ||
8 | import os | ||
9 | import sys | ||
10 | |||
11 | -from distribute_setup import use_setuptools | ||
12 | -use_setuptools() | ||
13 | +#from distribute_setup import use_setuptools | ||
14 | +#use_setuptools() | ||
15 | from setuptools import setup, Extension | ||
16 | |||
17 | if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000: | ||
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb index 6fc974ecd..ac0df4f06 100644 --- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb +++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb | |||
@@ -8,11 +8,9 @@ DEPENDS = "mysql5" | |||
8 | 8 | ||
9 | SRCNAME = "MySQL-python" | 9 | SRCNAME = "MySQL-python" |
10 | 10 | ||
11 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \ | 11 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip" |
12 | file://remove-distribute.patch" | 12 | SRC_URI[md5sum] = "654f75b302db6ed8dc5a898c625e030c" |
13 | 13 | SRC_URI[sha256sum] = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74" | |
14 | SRC_URI[md5sum] = "ddf2386daf10a97af115ffad2ed4a9a0" | ||
15 | SRC_URI[sha256sum] = "e405f9d6be33923d428acaa4db4f4470427f1d15ea0d2d82a933449ace26bbd9" | ||
16 | 14 | ||
17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
18 | 16 | ||