[oe-commits] [openembedded-core] 51/59: python-numpy: move recipe to own directory

git at git.openembedded.org git at git.openembedded.org
Mon May 30 22:00:23 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5fa809e3dccc57fbd76b674d26ba7ba5b3481393
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Thu May 12 16:43:36 2016 +0300

    python-numpy: move recipe to own directory
    
    This is done so that patches can be shared with python3-numpy
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 .../0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch       | 0
 .../{python/python-numpy => python-numpy/files}/aarch64/_numpyconfig.h    | 0
 .../python-numpy/powerpc64 => python-numpy/files/aarch64}/config.h        | 0
 .../{python/python-numpy => python-numpy/files}/add-glibc-check.patch     | 0
 .../{python/python-numpy/mipsel => python-numpy/files/arm}/config.h       | 0
 .../{python/python-numpy/mipsel => python-numpy/files/arm}/numpyconfig.h  | 0
 .../{python/python-numpy => python-numpy/files}/armeb/config.h            | 0
 .../{python/python-numpy => python-numpy/files}/armeb/numpyconfig.h       | 0
 .../{python/python-numpy => python-numpy/files}/mips/_numpyconfig.h       | 0
 .../{python/python-numpy => python-numpy/files}/mips/config.h             | 0
 .../python-numpy/powerpc64 => python-numpy/files/mips64}/_numpyconfig.h   | 0
 .../{python/python-numpy/mips64n32 => python-numpy/files/mips64}/config.h | 0
 .../{python/python-numpy => python-numpy/files}/mips64n32/_numpyconfig.h  | 0
 .../{python/python-numpy/mips64 => python-numpy/files/mips64n32}/config.h | 0
 .../{python/python-numpy/arm => python-numpy/files/mipsel}/config.h       | 0
 .../{python/python-numpy/arm => python-numpy/files/mipsel}/numpyconfig.h  | 0
 .../{python/python-numpy => python-numpy/files}/powerpc/_numpyconfig.h    | 0
 .../{python/python-numpy => python-numpy/files}/powerpc/config.h          | 0
 .../python-numpy/mips64 => python-numpy/files/powerpc64}/_numpyconfig.h   | 0
 .../python-numpy/aarch64 => python-numpy/files/powerpc64}/config.h        | 0
 .../files}/remove-build-path-in-comments.patch                            | 0
 .../{python/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
 meta/recipes-devtools/{python => python-numpy}/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
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/powerpc64/config.h b/meta/recipes-devtools/python-numpy/files/aarch64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc64/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/mipsel/config.h b/meta/recipes-devtools/python-numpy/files/arm/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mipsel/config.h
rename to meta/recipes-devtools/python-numpy/files/arm/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mipsel/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/powerpc64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
rename to meta/recipes-devtools/python-numpy/files/mips64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips64n32/config.h b/meta/recipes-devtools/python-numpy/files/mips64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64n32/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/mips64/config.h b/meta/recipes-devtools/python-numpy/files/mips64n32/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64/config.h
rename to meta/recipes-devtools/python-numpy/files/mips64n32/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/arm/config.h b/meta/recipes-devtools/python-numpy/files/mipsel/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/arm/config.h
rename to meta/recipes-devtools/python-numpy/files/mipsel/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h b/meta/recipes-devtools/python-numpy/files/mipsel/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/arm/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/mips64/_numpyconfig.h b/meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
rename to meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/config.h b/meta/recipes-devtools/python-numpy/files/powerpc64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/aarch64/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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list