* [PATCH] asciidoc: create recipe
@ 2015-08-26 8:05 rongqing.li
2015-09-14 0:32 ` Rongqing Li
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2015-08-26 8:05 UTC (permalink / raw)
To: openembedded-core
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"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] asciidoc: create recipe
2015-08-26 8:05 [PATCH] asciidoc: create recipe rongqing.li
@ 2015-09-14 0:32 ` Rongqing Li
0 siblings, 0 replies; 2+ messages in thread
From: Rongqing Li @ 2015-09-14 0:32 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-14 0:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 8:05 [PATCH] asciidoc: create recipe rongqing.li
2015-09-14 0:32 ` Rongqing Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox