diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-05-12 16:43:36 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-01 12:38:42 +0100 |
commit | 9d7867a054f84e6e53cff1da26f32caeec0180d6 (patch) | |
tree | 18554cb2c8b73d7e80b2455a90a4273d46d13ddf /meta | |
parent | 083d0aa27f49e2b65f200c2c6089c32afd3f6442 (diff) | |
download | poky-9d7867a054f84e6e53cff1da26f32caeec0180d6.tar.gz |
python-numpy: move recipe to own directory
This is done so that patches can be shared with python3-numpy
(From OE-Core rev: 9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch (renamed from meta/recipes-devtools/python/python-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/aarch64/config.h (renamed from meta/recipes-devtools/python/python-numpy/aarch64/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/add-glibc-check.patch (renamed from meta/recipes-devtools/python/python-numpy/add-glibc-check.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/arm/config.h (renamed from meta/recipes-devtools/python/python-numpy/arm/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/armeb/config.h (renamed from meta/recipes-devtools/python/python-numpy/armeb/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips/config.h (renamed from meta/recipes-devtools/python/python-numpy/mips/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips64/config.h (renamed from meta/recipes-devtools/python/python-numpy/mips64/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips64n32/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mips64n32/config.h (renamed from meta/recipes-devtools/python/python-numpy/mips64n32/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mipsel/config.h (renamed from meta/recipes-devtools/python/python-numpy/mipsel/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/powerpc/config.h (renamed from meta/recipes-devtools/python/python-numpy/powerpc/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/powerpc64/config.h (renamed from meta/recipes-devtools/python/python-numpy/powerpc64/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/remove-build-path-in-comments.patch (renamed from meta/recipes-devtools/python/python-numpy/remove-build-path-in-comments.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/x86-64/config.h (renamed from meta/recipes-devtools/python/python-numpy/x86-64/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/x86/config.h (renamed from meta/recipes-devtools/python/python-numpy/x86/config.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h (renamed from meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb (renamed from meta/recipes-devtools/python/python-numpy_1.10.4.bb) | 0 |
26 files changed, 0 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch b/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch index 5b134edf07..5b134edf07 100644 --- a/meta/recipes-devtools/python/python-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch +++ b/meta/recipes-devtools/python-numpy/files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | |||
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h index 109deb0435..109deb0435 100644 --- a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/config.h b/meta/recipes-devtools/python-numpy/files/aarch64/config.h index c30b868f2f..c30b868f2f 100644 --- a/meta/recipes-devtools/python/python-numpy/aarch64/config.h +++ b/meta/recipes-devtools/python-numpy/files/aarch64/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/add-glibc-check.patch b/meta/recipes-devtools/python-numpy/files/add-glibc-check.patch index 29768f34d2..29768f34d2 100644 --- a/meta/recipes-devtools/python/python-numpy/add-glibc-check.patch +++ b/meta/recipes-devtools/python-numpy/files/add-glibc-check.patch | |||
diff --git a/meta/recipes-devtools/python/python-numpy/arm/config.h b/meta/recipes-devtools/python-numpy/files/arm/config.h index 17ef186d56..17ef186d56 100644 --- a/meta/recipes-devtools/python/python-numpy/arm/config.h +++ b/meta/recipes-devtools/python-numpy/files/arm/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h index c4bf6547f0..c4bf6547f0 100644 --- a/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/armeb/config.h b/meta/recipes-devtools/python-numpy/files/armeb/config.h index 17ef186d56..17ef186d56 100644 --- a/meta/recipes-devtools/python/python-numpy/armeb/config.h +++ b/meta/recipes-devtools/python-numpy/files/armeb/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h index c4bf6547f0..c4bf6547f0 100644 --- a/meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h index 05d2b8b949..05d2b8b949 100644 --- a/meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mips/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips/config.h b/meta/recipes-devtools/python-numpy/files/mips/config.h index 2f6135adce..2f6135adce 100644 --- a/meta/recipes-devtools/python/python-numpy/mips/config.h +++ b/meta/recipes-devtools/python-numpy/files/mips/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h index debb390094..debb390094 100644 --- a/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips64/config.h b/meta/recipes-devtools/python-numpy/files/mips64/config.h index c30b868f2f..c30b868f2f 100644 --- a/meta/recipes-devtools/python/python-numpy/mips64/config.h +++ b/meta/recipes-devtools/python-numpy/files/mips64/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mips64n32/_numpyconfig.h index 8e2b5d0940..8e2b5d0940 100644 --- a/meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mips64n32/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mips64n32/config.h b/meta/recipes-devtools/python-numpy/files/mips64n32/config.h index c30b868f2f..c30b868f2f 100644 --- a/meta/recipes-devtools/python/python-numpy/mips64n32/config.h +++ b/meta/recipes-devtools/python-numpy/files/mips64n32/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mipsel/config.h b/meta/recipes-devtools/python-numpy/files/mipsel/config.h index 17ef186d56..17ef186d56 100644 --- a/meta/recipes-devtools/python/python-numpy/mipsel/config.h +++ b/meta/recipes-devtools/python-numpy/files/mipsel/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h index c4bf6547f0..c4bf6547f0 100644 --- a/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h index 0f45d5bd44..0f45d5bd44 100644 --- a/meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc/config.h b/meta/recipes-devtools/python-numpy/files/powerpc/config.h index f65d39d5de..f65d39d5de 100644 --- a/meta/recipes-devtools/python/python-numpy/powerpc/config.h +++ b/meta/recipes-devtools/python-numpy/files/powerpc/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h index debb390094..debb390094 100644 --- a/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc64/config.h b/meta/recipes-devtools/python-numpy/files/powerpc64/config.h index c30b868f2f..c30b868f2f 100644 --- a/meta/recipes-devtools/python/python-numpy/powerpc64/config.h +++ b/meta/recipes-devtools/python-numpy/files/powerpc64/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/remove-build-path-in-comments.patch b/meta/recipes-devtools/python-numpy/files/remove-build-path-in-comments.patch index eb8a71a2e2..eb8a71a2e2 100644 --- a/meta/recipes-devtools/python/python-numpy/remove-build-path-in-comments.patch +++ b/meta/recipes-devtools/python-numpy/files/remove-build-path-in-comments.patch | |||
diff --git a/meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h index b330361649..b330361649 100644 --- a/meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/x86-64/config.h b/meta/recipes-devtools/python-numpy/files/x86-64/config.h index 0ce63b7d22..0ce63b7d22 100644 --- a/meta/recipes-devtools/python/python-numpy/x86-64/config.h +++ b/meta/recipes-devtools/python-numpy/files/x86-64/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/x86/config.h b/meta/recipes-devtools/python-numpy/files/x86/config.h index 08e41e3d99..08e41e3d99 100644 --- a/meta/recipes-devtools/python/python-numpy/x86/config.h +++ b/meta/recipes-devtools/python-numpy/files/x86/config.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h index ff7938cd96..ff7938cd96 100644 --- a/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h +++ b/meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h | |||
diff --git a/meta/recipes-devtools/python/python-numpy_1.10.4.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb index ca6a7abb0e..ca6a7abb0e 100644 --- a/meta/recipes-devtools/python/python-numpy_1.10.4.bb +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb | |||