hardknott: webkit: remove our recipes
We initially added newer versions of the recipes related to WPE Webkit in order to incorporate performance improvements, but the hardknott branch of meta-webkit includes even newer versions, so we can remove our recipes. Reflect this change in our distro config file. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
a627ccb6f3
commit
dceae2dc3e
|
|
@ -65,12 +65,6 @@ PREFERRED_VERSION_libsoc = "git"
|
|||
# recipe in case there are NXP-specific changes in it
|
||||
PREFERRED_PROVIDER_opencl-headers ?= "imx-gpu-viv"
|
||||
|
||||
# Use the latest versions of the WebKit recipes
|
||||
PREFERRED_VERSION_cog = "0.9.90"
|
||||
PREFERRED_VERSION_libwpe = "1.10.0"
|
||||
PREFERRED_VERSION_wpebackend-fdo = "1.9.92"
|
||||
PREFERRED_VERSION_wpewebkit = "2.32.1"
|
||||
|
||||
# Use the FDO backend for WPE WebKit
|
||||
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
require recipes-browser/cog/cog.inc
|
||||
require conf/include/devupstream.inc
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases/${P}.tar.xz"
|
||||
SRC_URI[sha256sum] = "933adc74e7b2b7f879a0159b073aa601d58865621891c443d1c2481f9eee6c97"
|
||||
|
||||
SRC_URI_class-devupstream = "git://github.com/Igalia/cog.git;protocol=https;branch=cog-0.10"
|
||||
SRCREV_class-devupstream = "1e422e5055f72e9914341ce9535aaf375b821946"
|
||||
|
||||
DEPENDS += "wpewebkit (>= 2.30) wpebackend-fdo (>= 1.8)"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
require recipes-browser/libwpe/libwpe.inc
|
||||
require conf/include/devupstream.inc
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases//${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d"
|
||||
|
||||
SRC_URI_class-devupstream = "git://github.com/WebPlatformForEmbedded/libwpe.git;protocol=https;branch=libwpe-1.10"
|
||||
SRCREV_class-devupstream = "55877263583716303a893945418ec23cffdfcbbf"
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
require recipes-browser/wpebackend-fdo/wpebackend-fdo.inc
|
||||
inherit meson
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "5c2f7fab6623e0964bc0d1b4a01719f0"
|
||||
SRC_URI[sha1sum] = "d07fdfec0df53c57e3ed36a1efffecf30d1b418c"
|
||||
SRC_URI[sha256sum] = "fc5b388a91d6f2c22803e1a21a6759a314b4539e5169c6e272bfc953a05fbb85"
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
require recipes-browser/wpewebkit/wpewebkit.inc
|
||||
|
||||
SRC_URI = "https://wpewebkit.org/releases/${P}.tar.xz"
|
||||
SRC_URI[md5sum] = "1dd3f56b8eba16266166d757acb979fc"
|
||||
SRC_URI[sha1sum] = "c5b3a48d886375a6982dd2dc5c9cc2f92f5a9690"
|
||||
SRC_URI[sha256sum] = "7b6b39a12ccf3f84da4cc6ac59e02fbe328f7476eaeb9c23de9b9288c2c2f39c"
|
||||
|
||||
DEPENDS += "libwpe"
|
||||
RCONFLICTS_${PN} = "libwpe (< 1.8) wpebackend-fdo (< 1.8)"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 "
|
||||
Loading…
Reference in New Issue