From 0b44d2427baddfc0dcd7bfe782d055d86a12c69c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Feb 2025 13:55:40 -0800 Subject: python3-lief: Define LIEF_BUILD_DIR as B It avoids building everything in systems /tmp dir Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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" S = "${WORKDIR}/git" PEP517_SOURCE_PATH = "${S}/api/python" +export LIEF_BUILD_DIR = "${B}" + inherit python_setuptools_build_meta DEPENDS += "\ -- cgit v1.2.3-54-g00ecf