aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus_4.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
index ecdff3adad..7805118a7a 100644
--- a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
@@ -14,3 +14,6 @@ S = "${WORKDIR}/i2c-tools-${PV}"
inherit setuptools3
SETUPTOOLS_SETUP_PATH = "${S}/py-smbus"
+
+PIP_INSTALL_PACKAGE = "smbus"
+PIP_INSTALL_DIST_PATH = "${SETUPTOOLS_SETUP_PATH}/dist"