diff options
-rw-r--r-- | meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.bb index 4a531f30ae..2137bc686c 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.8.bb | |||
@@ -27,6 +27,7 @@ SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https; | |||
27 | file://0006-Fix-locale-on-musl.patch \ | 27 | file://0006-Fix-locale-on-musl.patch \ |
28 | file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \ | 28 | file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \ |
29 | " | 29 | " |
30 | SRCREV = "8aef5f40b93958719771331ca03866b7b6fff6bf" | ||
30 | 31 | ||
31 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 32 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
32 | 33 | ||