From: Alexander Kanavin Date: Thu, 27 Apr 2017 14:28:00 +0000 (+0300) Subject: asciidoc: drop distutils inherit, not actually required X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15373057c3a87e247f0b3bcdc71bed7d6d3092e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git asciidoc: drop distutils inherit, not actually required Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb index 1cd14542138..38164d55735 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323ca UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/asciidoc/files/" -inherit distutils autotools-brokensep +inherit autotools-brokensep export DESTDIR = "${D}" DEPENDS_class-native = "docbook-xml-dtd4-native"