diff --git a/recipes-browser/wpebackend/wpebackend.inc b/recipes-browser/wpebackend/wpebackend.inc deleted file mode 100644 index d99a25d3..00000000 --- a/recipes-browser/wpebackend/wpebackend.inc +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "General-purpose library specifically developed for the WPE-flavored port of WebKit." -HOMEPAGE = "https://github.com/WebPlatformForEmbedded/WPEBackend" -BUGTRACKER = "https://github.com/WebPlatformForEmbedded/WPEBackend/issues" - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=6ae4db0d4b812334e1539cd5aa6e2f46" -DEPENDS:append = " virtual/egl libxkbcommon" - -PROVIDES += "virtual/libwpe" -RPROVIDES:${PN} += "virtual/libwpe" - -# Workaround build issue with RPi userland EGL libraries. -CFLAGS:append:rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" - -inherit cmake diff --git a/recipes-browser/wpebackend/wpebackend_0.2.0.bb b/recipes-browser/wpebackend/wpebackend_0.2.0.bb deleted file mode 100644 index 2db2ade4..00000000 --- a/recipes-browser/wpebackend/wpebackend_0.2.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -require wpebackend.inc - -SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "d04e44a32709dbb763ce1fcfc28bc6d8" -SRC_URI[sha256sum] = "ce33ff29b04175cb6fe6e6597a4b5e8ec9da0b8b5ae0745848902ac935d65823" - -S = "${WORKDIR}/${BPN}-${PV}"