From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] asciidoc: create recipe
Date: Mon, 14 Sep 2015 08:32:18 +0800 [thread overview]
Message-ID: <55F61592.3070808@windriver.com> (raw)
In-Reply-To: <1440576307-16564-1-git-send-email-rongqing.li@windriver.com>
ping
-Roy
On 2015年08月26日 16:05, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> To fix [YOCTO #3388], asciidoc is needed
>
> AsciiDoc is a text document format for writing short documents, articles,
> books and UNIX man pages.
>
> get recipe from openembedded, update the download url, remove the vim magic
> since it becomes useless, enable native, and upgrade to 8.6.9
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
>
> diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
> new file mode 100644
> index 0000000..79747ae
> --- /dev/null
> +++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "AsciiDoc is a text document format for writing short documents, \
> +articles, books and UNIX man pages."
> +
> +HOMEPAGE = "http://www.methods.co.nz/asciidoc/"
> +LICENSE = "GPLv2"
> +
> +SRC_URI = " http://downloads.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
> +
> +inherit distutils-base autotools-brokensep
> +
> +export DESTDIR = "${D}"
> +
> +FILES_${PN} += "${sysconfdir}"
> +
> +RDEPENDS_${PN} += "python"
> +
> +SRC_URI[md5sum] = "c59018f105be8d022714b826b0be130a"
> +SRC_URI[sha256sum] = "78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0"
> +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069"
> +
> +BBCLASSEXTEND = "native"
>
--
Best Reagrds,
Roy | RongQing Li
prev parent reply other threads:[~2015-09-14 0:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 8:05 [PATCH] asciidoc: create recipe rongqing.li
2015-09-14 0:32 ` Rongqing Li [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=55F61592.3070808@windriver.com \
--to=rongqing.li@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/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.