[oe] [PATCH] mimic: Initial commit of version 1.2.0.2

Alistair Francis alistair23 at gmail.com
Fri Mar 1 17:46:07 UTC 2019


On Thu, Feb 28, 2019 at 6:30 PM Khem Raj <raj.khem at gmail.com> wrote:
>
> On Thu, Feb 28, 2019 at 4:26 PM Alistair Francis
> <Alistair.Francis at wdc.com> wrote:
> >
> > Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> > ---
> > I was not sure what the license should be, it's a little confusing:
> > https://github.com/MycroftAI/mimic/blob/development/COPYING
> >
>
> ideally list them all with &

Ok, it looks like there is a Sun, BellBird and CMU license that Yocto
doesn't understand. Should I add those licenses to the meta layer
first?

Alistair

>
> >  .../recipes-multimedia/mimic/mimic_1.2.0.2.bb    | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >  create mode 100644 meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb
> >
> > diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb
> > new file mode 100644
> > index 000000000..bd43fe389
> > --- /dev/null
> > +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb
> > @@ -0,0 +1,16 @@
> > +SUMMARY = "A fast lightweight Text-to-speech engine"
> > +DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and VocaliD, based on Carnegie Mellon University’s Flite (Festival-Lite) software. Mimic takes in text and reads it out loud to create a high quality voice."
> > +HOMEPAGE = "https://mimic.mycroft.ai/"
> > +SECTION = "multimedia"
> > +
> > +LICENSE = "BSD-like"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=416ef1ca5167707fe381d7be33664a33"
> > +
> > +DEPENDS = "curl-native icu"
> > +
> > +SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16"
> > +SRC_URI = "git://github.com/MycroftAI/mimic.git"
> > +
> > +inherit autotools
> > +
> > +S = "${WORKDIR}/git"
> > --
> > 2.20.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list