mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
python3-wxgtk4: Use cross prefix with native wx-config
This ensures that it relocates the returns of queries w.r.t. target sysroot and not based on native sysroot where this tool itself resides and uses that by default. Fixes build issues seen on mips architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Kai Kang <kai.kang@windriver.com>
This commit is contained in:
@@ -18,7 +18,7 @@ S = "${WORKDIR}/wxPython-${PV}"
|
||||
|
||||
inherit pypi setuptools3 pkgconfig
|
||||
|
||||
export WX_CONFIG = "${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config"
|
||||
export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR}'"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-difflib \
|
||||
|
||||
Reference in New Issue
Block a user