aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-mysqldb_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-mysqldb_1.2.1.bb')
-rw-r--r--recipes/python/python-mysqldb_1.2.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-mysqldb_1.2.1.bb b/recipes/python/python-mysqldb_1.2.1.bb
index 23b16decbe..1722d18579 100644
--- a/recipes/python/python-mysqldb_1.2.1.bb
+++ b/recipes/python/python-mysqldb_1.2.1.bb
@@ -9,8 +9,8 @@ inherit distutils
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mysql-python/MySQL-python-${PV}_p2.tar.gz \
- file://mysqlpath.patch;patch=1 \
- file://site.patch;patch=1 \
+ file://mysqlpath.patch;apply=yes \
+ file://site.patch;apply=yes \
"
S = "${WORKDIR}/${SRCNAME}-${PV}_p2"