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

Alistair Francis alistair23 at gmail.com
Fri Mar 1 19:41:23 UTC 2019


On Fri, Mar 1, 2019 at 11:37 AM Martin Jansa <martin.jansa at gmail.com> wrote:
>
> Do you expect other recipes to use these license texts?

I don't expect others to use them.

>
> Otherwise they belong to meta-multimedia/licenses and add:
> LICENSE_PATH += "${LAYERDIR}/licenses"
> to meta-multimedia/conf/layer.con

Will do!

Alistair

>
> On Fri, Mar 1, 2019 at 8:34 PM Alistair Francis <alistair23 at gmail.com> wrote:
>>
>> On Fri, Mar 1, 2019 at 11:06 AM Khem Raj <raj.khem at gmail.com> wrote:
>> >
>> > On Fri, Mar 1, 2019 at 9:47 AM Alistair Francis <alistair23 at gmail.com> wrote:
>> > >
>> > > 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?
>> > >
>> >
>> > yes
>>
>> Thanks for the help. Patches sent to add the licenses.
>>
>> I'll respin a v2 of this as well.
>>
>> Alistair
>>
>> >
>> > > 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
>> --
>> _______________________________________________
>> 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