diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-08-30 12:09:21 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-12 08:41:47 +0100 |
| commit | 668db8498292c5aab5c74d36719f25d17219e15f (patch) | |
| tree | 1074df42f49da75d2b783b3cecc5e7e9630f2cfe /meta/recipes-sato/webkit/libwpe_1.12.3.bb | |
| parent | 46a7341426e0f982bf6bb16b43e08c52977ce70f (diff) | |
| download | poky-668db8498292c5aab5c74d36719f25d17219e15f.tar.gz | |
libwpe: upgrade 1.12.2 -> 1.12.3
Changelog:
Fix the build when using Clang's libc++ or the Musl libc.
0001-Fix-build-failure-due-to-libc-using-libc-functions.patch
removed since it's included in 1.12.3
(From OE-Core rev: f10345e445dd2b7bee1cc3dda6a80e8ab1a5e5f9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f8d8cc58c9b9c221158414be186bc12aa5d80e91)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/libwpe_1.12.3.bb')
| -rw-r--r-- | meta/recipes-sato/webkit/libwpe_1.12.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.12.3.bb b/meta/recipes-sato/webkit/libwpe_1.12.3.bb new file mode 100644 index 0000000000..77ca517ef7 --- /dev/null +++ b/meta/recipes-sato/webkit/libwpe_1.12.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit." | ||
| 2 | HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe" | ||
| 3 | BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues" | ||
| 4 | |||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" | ||
| 7 | DEPENDS = "virtual/egl libxkbcommon" | ||
| 8 | |||
| 9 | inherit cmake features_check pkgconfig | ||
| 10 | |||
| 11 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 12 | |||
| 13 | SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" | ||
| 14 | SRC_URI[sha256sum] = "b84fdbfbc849ce4fdf084bb28b58e5463b1b4b6cc8f200dc77b41f8545d5329d" | ||
| 15 | |||
| 16 | # This is a tweak of upstream-version-is-even needed because | ||
| 17 | # ipstream directory contains tarballs for other components as well. | ||
| 18 | UPSTREAM_CHECK_REGEX = "libwpe-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar" | ||
