summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sanlock
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-26 23:20:25 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-28 08:39:26 -0800
commit1dbad0d1497bc32947f931182b45d4b5ff17b1fe (patch)
tree4ff4d748e76fdbcf23180515cdda71f41ae76dfe /meta-oe/recipes-extended/sanlock
parentb8bc91a2c0798475fb507797d42c973465097f1c (diff)
downloadmeta-openembedded-1dbad0d1497bc32947f931182b45d4b5ff17b1fe.tar.gz
sanlock: Fix build with wheels on
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sanlock')
-rw-r--r--meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb3
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 3c08c4e00..4bfd67e27 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"
26inherit setuptools3 useradd 26inherit setuptools3 useradd
27 27
28SETUPTOOLS_SETUP_PATH = "${S}/python" 28SETUPTOOLS_SETUP_PATH = "${S}/python"
29PIP_INSTALL_DIST_PATH = "${B}/python/dist"
30PIP_INSTALL_PACKAGE = "sanlock_python"
31PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.8.4-*.whl"
29 32
30do_compile:prepend () { 33do_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}"