From 9bffe2f9fb4ce6c0b265f27e5b484fbe076c6349 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 12 May 2016 16:43:36 +0300 Subject: [PATCH] python-numpy: move recipe to own directory This is done so that patches can be shared with python3-numpy Signed-off-by: Alexander Kanavin --- ...001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 0 .../python-numpy => python-numpy/files}/aarch64/_numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/aarch64/config.h | 0 .../python-numpy => python-numpy/files}/add-glibc-check.patch | 0 .../{python/python-numpy => python-numpy/files}/arm/config.h | 0 .../{python/python-numpy => python-numpy/files}/arm/numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/armeb/config.h | 0 .../python-numpy => python-numpy/files}/armeb/numpyconfig.h | 0 .../python-numpy => python-numpy/files}/mips/_numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/mips/config.h | 0 .../python-numpy => python-numpy/files}/mips64/_numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/mips64/config.h | 0 .../python-numpy => python-numpy/files}/mips64n32/_numpyconfig.h | 0 .../python-numpy => python-numpy/files}/mips64n32/config.h | 0 .../{python/python-numpy => python-numpy/files}/mipsel/config.h | 0 .../python-numpy => python-numpy/files}/mipsel/numpyconfig.h | 0 .../python-numpy => python-numpy/files}/powerpc/_numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/powerpc/config.h | 0 .../python-numpy => python-numpy/files}/powerpc64/_numpyconfig.h | 0 .../python-numpy => python-numpy/files}/powerpc64/config.h | 0 .../files}/remove-build-path-in-comments.patch | 0 .../python-numpy => python-numpy/files}/x86-64/_numpyconfig.h | 0 .../{python/python-numpy => python-numpy/files}/x86-64/config.h | 0 .../{python/python-numpy => python-numpy/files}/x86/config.h | 0 .../{python/python-numpy => python-numpy/files}/x86/numpyconfig.h | 0 .../{python => python-numpy}/python-numpy_1.10.4.bb | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/aarch64/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/aarch64/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/add-glibc-check.patch (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/arm/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/arm/numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64n32/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64n32/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mipsel/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mipsel/numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc64/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc64/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/remove-build-path-in-comments.patch (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/_numpyconfig.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/config.h (100%) rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/numpyconfig.h (100%) rename meta/recipes-devtools/{python => python-numpy}/python-numpy_1.10.4.bb (100%) 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/aarch64/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/add-glibc-check.patch rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/arm/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/armeb/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips64/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mips64n32/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mipsel/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/powerpc/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/powerpc64/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/remove-build-path-in-comments.patch rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/x86-64/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/x86/config.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h rename to 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 similarity index 100% rename from meta/recipes-devtools/python/python-numpy_1.10.4.bb rename to meta/recipes-devtools/python-numpy/python-numpy_1.10.4.bb -- 2.40.1