diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-01 17:10:44 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
commit | 85ea0d3a77f1390af5744959c7da0e13470ca81a (patch) | |
tree | 8d78c039025c3e30aaa5a23ccda47673891dd4cf /meta-python | |
parent | 85848a20be784b87edc06fd7a3f01922b62df2a7 (diff) | |
download | meta-openembedded-85ea0d3a77f1390af5744959c7da0e13470ca81a.tar.gz |
python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 1afb3f0e0f..73dcbb26e6 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 | |||
19 | 19 | ||
20 | # For some reason the wheel is built in ${S} not ${B} | 20 | # For some reason the wheel is built in ${S} not ${B} |
21 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 21 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
22 | 22 | PIP_INSTALL_PACKAGE = "setuptools_rust" | |
23 | 23 | ||
24 | DEPENDS += "python3-setuptools-scm-native python3-wheel-native" | 24 | DEPENDS += "python3-setuptools-scm-native python3-wheel-native" |
25 | 25 | ||