mycroft: Check for pulseaudio in distro features

It needs pulseaudio but its only available via distro features so check
it before enabling this recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-01-04 23:48:50 -08:00
parent b11ebfa37b
commit cff659d47e
@@ -22,7 +22,7 @@ SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=ht
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit systemd inherit systemd features_check
# Mycroft installs itself on the host # Mycroft installs itself on the host
# Just copy the setup files to the rootfs # Just copy the setup files to the rootfs
@@ -91,3 +91,5 @@ RDEPENDS:${PN} += "procps"
RDEPENDS:${PN} += "bash jq libnotify" RDEPENDS:${PN} += "bash jq libnotify"
SYSTEMD_SERVICE:${PN} = "mycroft-setup.service mycroft.service" SYSTEMD_SERVICE:${PN} = "mycroft-setup.service mycroft.service"
REQUIRED_DISTRO_FEATURES += "pulseaudio"