Revert "conda: use new noarch system for board packages as well"

Never missing an opportunity to be awful, conda helps itself with the .fbi files and merrily patches the strings inside them that contain paths resembling the conda build folder, resulting of course in corrupption and CRC errors.

This reverts commit c856b22579.
This commit is contained in:
Sebastien Bourdeauducq 2017-06-15 15:58:09 +08:00
parent fecc42fd0c
commit 832fb139a0
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch: generic
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch: generic
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}

View File

@ -6,7 +6,7 @@ source:
git_url: ../..
build:
noarch: generic
noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_FULL_HASH", "")[:8] }}