summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commit65310e32400e7affa2bb9665dca62bf33f50a8b1 (patch)
treed912a14c37ea29cdfe8e32430f1353a97e4d2eb3 /meta/recipes-extended
parentd53b85f467eff620745fcfdcb452a10d44bd0c24 (diff)
downloadpoky-65310e32400e7affa2bb9665dca62bf33f50a8b1.tar.gz
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] (From OE-Core rev: 65b55fa2d4e8e8ade7a17ac9e95639b08472747a) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_10.1.1.bb1
1 files changed, 1 insertions, 0 deletions
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"
20export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" 20export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
21 21
22inherit setuptools3 22inherit setuptools3
23PIP_INSTALL_PACKAGE = "asciidoc"
23CLEANBROKEN = "1" 24CLEANBROKEN = "1"
24 25
25BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"