mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies in line with the Mycroft A.I. software stack requirements. - Add buildroot additional package dependencies in line with the Mycroft A.I. software stack requirements. - Update rpi3 defconfig file. - Implement initial root_fs overlay filestructure. - Addition of some quick and dirty helper scripts. - Update of README to reflect these changes.
This commit is contained in:
15
buildroot-external/package/python-fann2/python-fann2.mk
Normal file
15
buildroot-external/package/python-fann2/python-fann2.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-fann2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FANN2_VERSION = 1.0.7
|
||||
PYTHON_FANN2_SOURCE = fann2-$(PYTHON_FANN2_VERSION).tar.gz
|
||||
PYTHON_FANN2_SITE = https://files.pythonhosted.org/packages/a9/a3/af368a683a04850aa1bf2e097f17781eb26e7e7c269ddcecfcec5f2e05a3
|
||||
PYTHON_FANN2_SETUP_TYPE = setuptools
|
||||
PYTHON_FANN2_AUTORECONF = yes
|
||||
PYTHON_FANN2_LICENSE =
|
||||
PYTHON_FANN2_LICENSE_FILES =
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user