]> code.ossystems Code Review - openembedded-core.git/commit
python3-numpy: Stop shipping manual config files
authorAdrian Bunk <bunk@stusta.de>
Sun, 27 Oct 2019 17:36:48 +0000 (19:36 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 28 Jul 2020 08:15:51 +0000 (16:15 +0800)
commit49a9b38bb8355aa6b3413335851b7b609356e33b
treec74ba1d52a29e99843b095ea064983036cbe2118
parent45b4bd7b4d30d81bdff0d471e8d97c2322ed2f75
python3-numpy: Stop shipping manual config files

Automatic generation seems to work fine,
and does not become outdated.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8993270f8bc65e152418d84fde03f8ead83c054b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
29 files changed:
meta/recipes-devtools/python-numpy/files/aarch64/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/aarch64/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/arm/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/arm/numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/armeb/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/armeb/numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn32eb/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn32eb/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn32el/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn32el/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn64eb/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn64eb/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn64el/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarchn64el/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarcho32eb/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarcho32eb/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarcho32el/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/mipsarcho32el/numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/powerpc/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/powerpc/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/powerpc64/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/powerpc64/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/riscv64/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/riscv64/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/x86-64/_numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/files/x86-64/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/x86/config.h [deleted file]
meta/recipes-devtools/python-numpy/files/x86/numpyconfig.h [deleted file]
meta/recipes-devtools/python-numpy/python-numpy.inc