python3-pyproj: Export PROJ_DIR

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-11-29 19:57:55 -08:00
parent 0523bd8847
commit 030afc0515

View File

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