diff options
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 += "\ |