diff mbox series

[meta-python,04/10] python3-pyproj: Export PROJ_DIR

Message ID 20221130071913.1805812-4-raj.khem@gmail.com
State New
Headers show
Series [meta-filesystem,01/10] aufs-util: Fix build with large file support enabled systems | expand

Commit Message

Khem Raj Nov. 30, 2022, 7:19 a.m. UTC
point PROJ_DIR to staged proj-native which can be used during cross build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
index 62eceb2c09..a15a05ea2b 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
@@ -14,3 +14,4 @@  RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj"
 
 export PROJ_INCDIR = "${STAGING_INCDIR}"
 export PROJ_LIBDIR = "${STAGING_LIBDIR}"
+export PROJ_DIR = "${STAGING_BINDIR_NATIVE}/.."