1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-04 20:47:47 +01:00

MycroftOS: Remove rpi-userland dependency from respeaker

This commit is contained in:
Peter Steenbergen 2020-05-12 20:02:25 +02:00
parent 55e6e70049
commit 8cb629e2de

View File

@ -7,7 +7,7 @@
RESPEAKER_VERSION = 48463b9a50885da24834ccc26d68705c26242082 RESPEAKER_VERSION = 48463b9a50885da24834ccc26d68705c26242082
RESPEAKER_SITE = $(call github,respeaker,seeed-voicecard,$(RESPEAKER_VERSION)) RESPEAKER_SITE = $(call github,respeaker,seeed-voicecard,$(RESPEAKER_VERSION))
RESPEAKER_LICENSE = GNU General Public License v3.0 RESPEAKER_LICENSE = GNU General Public License v3.0
RESPEAKER_DEPENDENCIES = rpi-firmware rpi-userland dtc RESPEAKER_DEPENDENCIES = rpi-firmware dtc
$(eval $(kernel-module)) $(eval $(kernel-module))