diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb')
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb new file mode 100644 index 0000000000..37ad21c8e7 --- /dev/null +++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Python interface to MySQL" | ||
2 | HOMEPAGE = "https://github.com/farcepest/MySQLdb1" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | |||
7 | PR = "r0" | ||
8 | SRCNAME = "MySQL-python" | ||
9 | |||
10 | SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \ | ||
11 | file://remove-distribute.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "ddf2386daf10a97af115ffad2ed4a9a0" | ||
14 | SRC_URI[sha256sum] = "e405f9d6be33923d428acaa4db4f4470427f1d15ea0d2d82a933449ace26bbd9" | ||
15 | |||
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
17 | |||
18 | inherit setuptools | ||