diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-12-18 15:00:02 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 09:55:19 -0800 |
| commit | bdfba1e04020bbfb47aba0a6ca12c1faf4403f5d (patch) | |
| tree | 77a4c717f4a2db40220ac8784407ba765bb224b2 /meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb | |
| parent | 4da7554d81e839f0c788e2c1c1eab817c02cf114 (diff) | |
| download | meta-openembedded-bdfba1e04020bbfb47aba0a6ca12c1faf4403f5d.tar.gz | |
wxwidgets: Fix build with 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 | 16 |
1 files changed, 8 insertions, 8 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 7f0d27123f..03a75d8bd3 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.1.bb | |||
| @@ -18,14 +18,14 @@ DEPENDS += " \ | |||
| 18 | tiff \ | 18 | tiff \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRC_URI = " \ | 21 | SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https \ |
| 22 | gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https \ | 22 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ |
| 23 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ | 23 | file://fix-libdir-for-multilib.patch \ |
| 24 | file://fix-libdir-for-multilib.patch \ | 24 | file://create-links-with-relative-path.patch \ |
| 25 | file://create-links-with-relative-path.patch \ | 25 | file://not-append-system-name-to-lib-name.patch \ |
| 26 | file://not-append-system-name-to-lib-name.patch \ | 26 | file://wx-config-fix-libdir-for-multilib.patch \ |
| 27 | file://wx-config-fix-libdir-for-multilib.patch \ | 27 | file://0001-locale-Avoid-using-glibc-specific-defines-on-musl.patch \ |
| 28 | " | 28 | " |
| 29 | SRCREV= "97e99707c5d2271a70cb686720b48dbf34ced496" | 29 | SRCREV= "97e99707c5d2271a70cb686720b48dbf34ced496" |
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
