summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/libwpe_1.8.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commit3f30f1b5403a409f095618d56efe54a958a37c41 (patch)
treeeed73e7ff3d0ffce8a386bf9a243425f1e97e4f2 /meta/recipes-sato/webkit/libwpe_1.8.0.bb
parent7d57f189c0627048fd0f63c0812a17f275776d87 (diff)
downloadpoky-3f30f1b5403a409f095618d56efe54a958a37c41.tar.gz
libwpe: upgrade 1.7.1 -> 1.8.0
(From OE-Core rev: ab286e500457a03fc95fd9598b4dedc3463d7011) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/libwpe_1.8.0.bb')
-rw-r--r--meta/recipes-sato/webkit/libwpe_1.8.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.8.0.bb b/meta/recipes-sato/webkit/libwpe_1.8.0.bb
new file mode 100644
index 0000000000..a81e6960b2
--- /dev/null
+++ b/meta/recipes-sato/webkit/libwpe_1.8.0.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] = "a6f00a7d091cbd4db57fe7ee3b4c12c6350921d654ed79812800a26c888481d2"