From 030afc051526ca4b6a5a57f66444fd4e467da39a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 29 Nov 2022 19:57:55 -0800 Subject: python3-pyproj: Export PROJ_DIR point PROJ_DIR to staged proj-native which can be used during cross build Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb') 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}/.." -- cgit v1.2.3-54-g00ecf