1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-31 19:05:14 +01:00
j1nx e84818f62e Get buildroot-external tree to reflect 2022.02.1
- Changes to the raspberypi board folder/structure
- Bump python related poackages and fixes to Python3.10
- Bump KF5 framewerk packages to 5.91
- Bump qtwebengine to 5.15.8
- Bump/Add/Fix all OVOS related packages
- Fixes all over the OpenVoiceOS structure for 2022.02.1
2022-05-12 10:46:41 +02:00

16 lines
596 B
Makefile

################################################################################
#
# mycroft-embedded-shell
#
################################################################################
MYCROFT_EMBEDDED_SHELL_VERSION = 947c0dfa39e8781b1befec4084f5a75ebe4edca7
MYCROFT_EMBEDDED_SHELL_SITE = $(call github,OpenVoiceOS,ovos-shell,$(MYCROFT_EMBEDDED_SHELL_VERSION))
MYCROFT_EMBEDDED_SHELL_LICENSE = Apache License 2.0
MYCROFT_EMBEDDED_SHELL_INSTALL_STAGING = YES
MYCROFT_EMBEDDED_SHELL_DEPENDENCIES = host-pkgconf
MYCROFT_EMBEDDED_SHELL_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))