mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d53b85f467
commit
65310e3240
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user