All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu, Mingli" <mingli.yu@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
	<richard.purdie@linuxfoundation.org>, <ross.burton@intel.com>
Subject: Re: [PATCH v2] groff: not ship /usr/bin/glilypond
Date: Tue, 13 Sep 2016 11:04:31 +0800	[thread overview]
Message-ID: <57D76CBF.1050108@windriver.com> (raw)
In-Reply-To: <1473129577-17238-1-git-send-email-mingli.yu@windriver.com>

Any update?

Thanks,


On 2016年09月06日 10:39, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@windriver.com>
>
> Not ship /usr/bin/glilypond and related files such
> as man file /usr/share/man/man1/glilypond.1 and other
> three files related to glilypond under
> /usr/lib/groff/glilypond in embedded system, it is because:
>
> - Remove the confusion about glilypond fails to run
>    because it lacks dependency on File::HomeDir perl
>    module
>
> - We don't often have need for sheet music conversion
>    in groff in embedded or IoT devices (glilypond
>    transforms sheet music written in the lilypond language
>    into the groff language using the .PSPIC request, such
>    that groff can transform it into a format that can be
>    displayed directly).
>
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> ---
>   meta/recipes-extended/groff/groff_1.22.3.bb | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
> index af5acbe..dd241f3 100644
> --- a/meta/recipes-extended/groff/groff_1.22.3.bb
> +++ b/meta/recipes-extended/groff/groff_1.22.3.bb
> @@ -62,6 +62,11 @@ do_install_append() {
>   	if [ -f ${SPECIAL_AWK} ]; then
>   		sed -i -e 's:#!.*awk:#! ${USRBINPATH}/awk:' ${SPECIAL_AWK}
>   	fi
> +
> +	# not ship /usr/bin/glilypond and its releated files in embedded target system
> +	rm -rf ${D}${bindir}/glilypond
> +	rm -rf ${D}${libdir}/groff/glilypond
> +	rm -rf ${D}${mandir}/man1/glilypond*
>   }
>
>   do_install_append_class-native() {
>


      reply	other threads:[~2016-09-13  3:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06  2:39 [PATCH v2] groff: not ship /usr/bin/glilypond mingli.yu
2016-09-13  3:04 ` Yu, Mingli [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=57D76CBF.1050108@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=ross.burton@intel.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.