diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb b/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb index 06a0cc4444..919f91ecb1 100644 --- a/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | inherit distutils | 1 | inherit distutils |
2 | require python-pycrypto.inc | 2 | require python-pycrypto.inc |
3 | 3 | ||
4 | SRC_URI += "file://cross-compiling.patch" | 4 | SRC_URI += "file://cross-compiling.patch \ |
5 | file://CVE-2013-7459.patch \ | ||
6 | " | ||
5 | 7 | ||
6 | # We explicitly call distutils_do_install, since we want it to run, but | 8 | # We explicitly call distutils_do_install, since we want it to run, but |
7 | # *don't* want the autotools install to run, since this package doesn't | 9 | # *don't* want the autotools install to run, since this package doesn't |