summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-04-15 18:53:14 +0000
committerKhem Raj <raj.khem@gmail.com>2019-04-16 21:07:25 -0700
commit41d0ee6e5d9c36b70a4f8fd468d48dee2782fc23 (patch)
treef309f5c035d7bc57d9d87ce6a4eefbc3f0e2f979 /meta-multimedia
parent28566c13071606a9adb35ec59a269bf4d493540b (diff)
downloadmeta-openembedded-41d0ee6e5d9c36b70a4f8fd468d48dee2782fc23.tar.gz
mycroft: Bump from 19.2.2 to 19.2.3
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb (renamed from meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.2.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.2.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb
index c8ae53468..becd0bf79 100644
--- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.2.bb
+++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb
@@ -6,7 +6,7 @@ SECTION = "multimedia"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6"
8 8
9SRCREV = "6706c377820912f83c1838d9eb32950ca9e39ec7" 9SRCREV = "4b45db34ecd95b62ef2b66a8e5180c66ca791a21"
10SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \ 10SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \
11 file://0001-Remove-python-venv.patch \ 11 file://0001-Remove-python-venv.patch \
12 file://0002-pip-requirements-Remove-ones-installed-by-OE.patch \ 12 file://0002-pip-requirements-Remove-ones-installed-by-OE.patch \
@@ -63,9 +63,10 @@ RDEPENDS_${PN} += "python3-pip \
63 python3-xxhash \ 63 python3-xxhash \
64 " 64 "
65 65
66# Mycroft uses Alsa and PulseAudio 66# Mycroft uses Alsa, PulseAudio and Flac
67RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools" 67RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools"
68RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server" 68RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server"
69RDEPENDS_${PN} += "flac"
69 70
70# Mycroft can do this itself on the target, but it's quicker to do it here 71# Mycroft can do this itself on the target, but it's quicker to do it here
71RDEPENDS_${PN} += "mimic" 72RDEPENDS_${PN} += "mimic"