diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-29 19:57:55 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:46:47 -0800 |
commit | 030afc051526ca4b6a5a57f66444fd4e467da39a (patch) | |
tree | f3ec3e094ddf485881b104c93a4e0c012a26e068 /meta-python | |
parent | 0523bd8847d4405b339292bb6f07b7a1266358c8 (diff) | |
download | meta-openembedded-030afc051526ca4b6a5a57f66444fd4e467da39a.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 62eceb2c0..a15a05ea2 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" | |||
14 | 14 | ||
15 | export PROJ_INCDIR = "${STAGING_INCDIR}" | 15 | export PROJ_INCDIR = "${STAGING_INCDIR}" |
16 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" | 16 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" |
17 | export PROJ_DIR = "${STAGING_BINDIR_NATIVE}/.." | ||