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:20:41 +0000
commitab286e500457a03fc95fd9598b4dedc3463d7011 (patch)
tree38f72639327e842f57d637a77f28e4a4eaa41a86 /meta/recipes-sato/webkit/libwpe_1.8.0.bb
parent1587ecc714c70451327b506b4c3be8f448124d6b (diff)
downloadopenembedded-core-contrib-ab286e500457a03fc95fd9598b4dedc3463d7011.tar.gz
libwpe: upgrade 1.7.1 -> 1.8.0
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 @@
+SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit."
+HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe"
+BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc"
+DEPENDS = "virtual/egl libxkbcommon"
+
+# Workaround build issue with RPi userland EGL libraries.
+CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}"
+
+inherit cmake features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"
+
+SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = "a6f00a7d091cbd4db57fe7ee3b4c12c6350921d654ed79812800a26c888481d2"