All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Pablo Saavedra <psaavedra@igalia.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-openembedded][PATCH v5 1/7] pyzy: add pyzy recipe
Date: Thu, 25 Jul 2019 07:50:18 -0700	[thread overview]
Message-ID: <CAMKF1sr=ZDeq_CaJeo2UiezXAOpcRfwR7EVacDczSqT5zWtn3g@mail.gmail.com> (raw)
In-Reply-To: <20190724145100.88293-1-psaavedra@igalia.com>

This needs

CXXFLAGS_append_class-target = " -Wno-error=narrowing"

to fix DoublePinyinTable.h:86:1: error: narrowing conversion of '-1'
from 'int' to 'char' inside { } [-Wnarrowing]


On Wed, Jul 24, 2019 at 7:59 AM Pablo Saavedra <psaavedra@igalia.com> wrote:
>
> The chinese pinyin and bopomofo conversion library
>
> Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
> ---
>  meta-oe/recipes-support/pyzy/pyzy_git.bb | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta-oe/recipes-support/pyzy/pyzy_git.bb
>
> diff --git a/meta-oe/recipes-support/pyzy/pyzy_git.bb b/meta-oe/recipes-support/pyzy/pyzy_git.bb
> new file mode 100644
> index 000000000..2a1df6187
> --- /dev/null
> +++ b/meta-oe/recipes-support/pyzy/pyzy_git.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "The Chinese PinYin and Bopomofo conversion library"
> +LICENSE = "LGPL-2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d"
> +SECTION = "inputmethods"
> +
> +SRCREV = "6d9c3cdff364e0da75e1c26222240f26370ebf73"
> +SRC_URI = "git://github.com/pyzy/pyzy.git;protocol=https;branch=master"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "glib-2.0 util-linux sqlite3"
> +
> +EXTRA_OECONF += " \
> +    --disable-opencc \
> +    --disable-db-open-phrase \
> +    --disable-db-android \
> +"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


      parent reply	other threads:[~2019-07-25 14:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 14:50 [meta-openembedded][PATCH v5 1/7] pyzy: add pyzy recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 2/7] ibus: add ibus recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 3/7] ibus-anthy: add ibus-anthy recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 4/7] ibus-pinyin: add ibus-pinyin recipe Pablo Saavedra
2019-07-25 14:53   ` Khem Raj
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 5/7] ibus-table: add ibus-table recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 6/7] ibus-table-chinese: add ibus-table-chinese recipe Pablo Saavedra
2019-07-25 14:01   ` Khem Raj
2019-07-25 14:18     ` Khem Raj
2019-07-24 14:51 ` [meta-openembedded][PATCH v5 7/7] ibus: Bumping up to 1.5.20 Pablo Saavedra
2019-07-25 14:50 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMKF1sr=ZDeq_CaJeo2UiezXAOpcRfwR7EVacDczSqT5zWtn3g@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=psaavedra@igalia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.