ping -Roy
On 2015年08月26日 16:05, rongqing...@windriver.com wrote:
From: Roy Li <rongqing...@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...@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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core