]> code.ossystems Code Review - openembedded-core.git/commitdiff
gi-docgen: set PIP_INSTALL_PACKAGE
authorTim Orling <ticotimo@gmail.com>
Tue, 22 Feb 2022 19:16:53 +0000 (11:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
The name of the wheel as built by bdist_wheel is "gi_docgen", set
PIP_INSTALL_PACKAGE appropriately.

[YOCTO #14638]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gi-docgen/gi-docgen_git.bb

index 6a7124c3fea925aef396f20b5d88d7ff46cc7498..67617fca39314b77df84dfff7889f53eada1f389 100644 (file)
@@ -16,6 +16,7 @@ SRCREV = "37b04455ff58cb2ec3f58917d0737c435344f2fb"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
+PIP_INSTALL_PACKAGE = "gi_docgen"
 
 RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml"