mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-18 03:49:03 +01:00
55846e484a
- 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.
15 lines
500 B
Makefile
15 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# python-bs4
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BS4_VERSION = 0.0.1
|
|
PYTHON_BS4_SOURCE = bs4-$(PYTHON_BS4_VERSION).tar.gz
|
|
PYTHON_BS4_SITE = https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314
|
|
PYTHON_BS4_SETUP_TYPE = setuptools
|
|
PYTHON_BS4_LICENSE =
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|