diff options
-rw-r--r-- | meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb index 3c08c4e003..4bfd67e27b 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb | |||
@@ -26,6 +26,9 @@ DEPENDS = "libaio util-linux" | |||
26 | inherit setuptools3 useradd | 26 | inherit setuptools3 useradd |
27 | 27 | ||
28 | SETUPTOOLS_SETUP_PATH = "${S}/python" | 28 | SETUPTOOLS_SETUP_PATH = "${S}/python" |
29 | PIP_INSTALL_DIST_PATH = "${B}/python/dist" | ||
30 | PIP_INSTALL_PACKAGE = "sanlock_python" | ||
31 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.8.4-*.whl" | ||
29 | 32 | ||
30 | do_compile:prepend () { | 33 | do_compile:prepend () { |
31 | oe_runmake -C ${S}/wdmd CMD_LDFLAGS="${LDFLAGS}" LIB_LDFLAGS="${LDFLAGS}" | 34 | oe_runmake -C ${S}/wdmd CMD_LDFLAGS="${LDFLAGS}" LIB_LDFLAGS="${LDFLAGS}" |