From: Tim Orling Date: Tue, 22 Feb 2022 19:16:52 +0000 (-0800) Subject: asciidoc: set PIP_INSTALL_PACKAGE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65b55fa2d4e8e8ade7a17ac9e95639b08472747a;p=openembedded-core.git asciidoc: set PIP_INSTALL_PACKAGE This recipe does not inherit pypi and therefor we need to manually set PIP_INSTALL_PACKAGE to reflect the wheel built by bdist_wheel. [YOCTO #14638] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb b/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb index 8de827f09e..60640d7a0f 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb @@ -20,6 +20,7 @@ S = "${WORKDIR}/git" export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" inherit setuptools3 +PIP_INSTALL_PACKAGE = "asciidoc" CLEANBROKEN = "1" BBCLASSEXTEND = "native nativesdk"