From 85ea0d3a77f1390af5744959c7da0e13470ca81a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Mar 2022 17:10:44 -0800 Subject: [PATCH] python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-setuptools-rust-native_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb b/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb index 1afb3f0e0..73dcbb26e 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb @@ -19,7 +19,7 @@ inherit cargo pypi setuptools3 native # For some reason the wheel is built in ${S} not ${B} PIP_INSTALL_DIST_PATH = "${S}/dist" - +PIP_INSTALL_PACKAGE = "setuptools_rust" DEPENDS += "python3-setuptools-scm-native python3-wheel-native"