diff options
Diffstat (limited to 'recipes/python/python-numpy_1.1.1.bb')
-rw-r--r-- | recipes/python/python-numpy_1.1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb index 4efd67a8a6..97a881244d 100644 --- a/recipes/python/python-numpy_1.1.1.bb +++ b/recipes/python/python-numpy_1.1.1.bb @@ -5,8 +5,8 @@ LICENSE = "PSF" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ - file://unbreak-assumptions.diff;patch=1 \ - file://trycompile.diff;patch=1 \ + file://unbreak-assumptions.diff;apply=yes \ + file://trycompile.diff;apply=yes \ file://config.h \ file://numpyconfig.h \ " |