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


Khem Raj
 

point PROJ_DIR to staged proj-native which can be used during cross build

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

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}/.."
--
2.38.1