summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/libwpe_1.7.1.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2020-07-29 10:46:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-01 19:57:49 +0100
commit29e52bff3c8487417d99dae2f34372dead40fd76 (patch)
tree8b3e89e16fac38ff0d291dbe760057894aba1ef5 /meta/recipes-sato/webkit/libwpe_1.7.1.bb
parent92d9cc304d7a88a4620d0b2c7599e7a2c0720e00 (diff)
downloadpoky-29e52bff3c8487417d99dae2f34372dead40fd76.tar.gz
libwpe: update to 1.7.1
(From OE-Core rev: c89e4b47198c3557ff3086accb15e212d14a2a0d) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/libwpe_1.7.1.bb')
-rw-r--r--meta/recipes-sato/webkit/libwpe_1.7.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.7.1.bb b/meta/recipes-sato/webkit/libwpe_1.7.1.bb
new file mode 100644
index 0000000000..e25d9404a0
--- /dev/null
+++ b/meta/recipes-sato/webkit/libwpe_1.7.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit."
2HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe"
3BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues"
4
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc"
7DEPENDS = "virtual/egl libxkbcommon"
8
9# Workaround build issue with RPi userland EGL libraries.
10CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"
11
12inherit cmake features_check
13
14REQUIRED_DISTRO_FEATURES = "opengl"
15
16SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
17SRC_URI[sha256sum] = "a784b7fa0c658b28071100f6f6749b0d85bbcddd82de028e07672ce13982d340"