diff options
| author | Kai Kang <kai.kang@windriver.com> | 2022-04-07 21:53:56 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-11 09:22:30 -0400 |
| commit | b924bc52ca64da65456e8c7f45fdaa1b4dda4ac3 (patch) | |
| tree | 0f28949587462948b42449507017c1b411f2ccfa /meta-python | |
| parent | 35ea4b37baea02ba1ab17cbe69901bc319a0ea47 (diff) | |
| download | meta-openembedded-b924bc52ca64da65456e8c7f45fdaa1b4dda4ac3.tar.gz | |
python3-wxgtk4: pass '--baselib' to WX_CONFIG
Pass option '--baselib=${baselib}' to WX_CONFIG to support multilib
build.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb index dcb373a1f3..423d3bdae7 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | |||
| @@ -22,7 +22,7 @@ S = "${WORKDIR}/wxPython-${PV}" | |||
| 22 | 22 | ||
| 23 | inherit pypi setuptools3 pkgconfig | 23 | inherit pypi setuptools3 pkgconfig |
| 24 | 24 | ||
| 25 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR}'" | 25 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" |
| 26 | 26 | ||
| 27 | RDEPENDS:${PN} = "\ | 27 | RDEPENDS:${PN} = "\ |
| 28 | python3-difflib \ | 28 | python3-difflib \ |
