diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-05 13:55:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-05 13:56:34 -0800 |
commit | 0b44d2427baddfc0dcd7bfe782d055d86a12c69c (patch) | |
tree | 31b44d834eabf7409111bd4fc18362686d2c688e /meta-python | |
parent | 21230e8d8f9548472026c29bbb188e1e66bc43fe (diff) | |
download | meta-openembedded-0b44d2427baddfc0dcd7bfe782d055d86a12c69c.tar.gz |
python3-lief: Define LIEF_BUILD_DIR as B
It avoids building everything in systems /tmp dir
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb index ff3010de14..07b54f7068 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | |||
@@ -16,6 +16,8 @@ PV .= "+git" | |||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | PEP517_SOURCE_PATH = "${S}/api/python" | 17 | PEP517_SOURCE_PATH = "${S}/api/python" |
18 | 18 | ||
19 | export LIEF_BUILD_DIR = "${B}" | ||
20 | |||
19 | inherit python_setuptools_build_meta | 21 | inherit python_setuptools_build_meta |
20 | 22 | ||
21 | DEPENDS += "\ | 23 | DEPENDS += "\ |