diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-26 23:20:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:39:26 -0800 |
commit | 1dbad0d1497bc32947f931182b45d4b5ff17b1fe (patch) | |
tree | 4ff4d748e76fdbcf23180515cdda71f41ae76dfe /meta-oe/recipes-extended/sanlock | |
parent | b8bc91a2c0798475fb507797d42c973465097f1c (diff) | |
download | meta-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.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 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" | |||
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}" |