summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* wxwidgets: Set HAVE_LARGEFILE_SUPPORTKhem Raj2022-12-271-0/+4
| | | | | | cmake somehow fails to set it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix locale on muslKhem Raj2022-12-271-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix build with muslKhem Raj2022-12-271-8/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fixup! wxwidgets: 3.1.5 -> 3.2.1Kai Kang2022-11-281-1/+1
| | | | | | | | The config file name is based on which package config among gtk, qt and no_gui is enabled. Fix it in do_install script. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: 3.1.5 -> 3.2.1Kai Kang2022-11-231-0/+121
Upgrade wxwidgets from 3.1.5 to 3.2.1. * rename respect-DESTDIR-when-create-link.patch that DESTDIR has considerred by upstream and only create symlink with relative path * rebase patches to replace wxPLATFORM_LIB_DIR with LIB_SUFFIX * split .so files to -dev package to fix [dev-so] qa error * fix host contamination Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>