]> code.ossystems Code Review - openembedded-core.git/commit
asciidoc: use Python 3 port
authorRoss Burton <ross.burton@intel.com>
Wed, 27 Mar 2019 14:20:05 +0000 (14:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Mar 2019 08:26:27 +0000 (08:26 +0000)
commit266a13139ea45e28deb167f077917f04c3bdb7e6
tree75deb2f23e96cc736dc752cc650ca7b04c4ab9bf
parent037b544431076b94e85281c7deb527a44a600f5a
asciidoc: use Python 3 port

There's a sort-of-official port of asciidoc to Python 3.  Whilst the official
replacement is asciidoctor which is rewritten in Ruby, this is a fairly trivial
swap and removes Python 2 from core-image-sato builds entirely.

Moving forward we should evaluate asciidoctor, but that can wait.

Change the RDEPENDS so that python3 is only a dependency for target and
nativesdk builds, for native this can use the host python3.

Remove redundant DESTDIR export that isn't needed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb