diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-12-19 14:44:04 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 09:55:19 -0800 |
| commit | b15ce9b591ab3cf96522fa87305d09e7c5de4b2a (patch) | |
| tree | 976708447ff9dc05ad2021276f8a9699c0e8ac9d /meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb | |
| parent | bdfba1e04020bbfb47aba0a6ca12c1faf4403f5d (diff) | |
| download | meta-openembedded-b15ce9b591ab3cf96522fa87305d09e7c5de4b2a.tar.gz | |
wxwidgets: Fix locale on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb')
| -rw-r--r-- | meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb index 03a75d8bd3..ae2995db20 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https | |||
| 25 | file://not-append-system-name-to-lib-name.patch \ | 25 | file://not-append-system-name-to-lib-name.patch \ |
| 26 | file://wx-config-fix-libdir-for-multilib.patch \ | 26 | file://wx-config-fix-libdir-for-multilib.patch \ |
| 27 | file://0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch \ | 27 | file://0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch \ |
| 28 | file://musl-locale-l.patch \ | ||
| 28 | " | 29 | " |
| 29 | SRCREV= "97e99707c5d2271a70cb686720b48dbf34ced496" | 30 | SRCREV= "97e99707c5d2271a70cb686720b48dbf34ced496" |
| 30 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
| @@ -39,9 +40,6 @@ EXTRA_OECMAKE += " \ | |||
| 39 | -DwxUSE_LIBTIFF=sys \ | 40 | -DwxUSE_LIBTIFF=sys \ |
| 40 | -DwxUSE_REGEX=builtin \ | 41 | -DwxUSE_REGEX=builtin \ |
| 41 | " | 42 | " |
| 42 | EXTRA_OECMAKE:append:libc-musl = " \ | ||
| 43 | -DHAVE_LOCALE_T=OFF \ | ||
| 44 | " | ||
| 45 | EXTRA_OECMAKE:append:class-target = ' -DEGREP="/bin/grep -E"' | 43 | EXTRA_OECMAKE:append:class-target = ' -DEGREP="/bin/grep -E"' |
| 46 | 44 | ||
| 47 | # OpenGL support currently seems tied to using libglu, which requires x11 | 45 | # OpenGL support currently seems tied to using libglu, which requires x11 |
