From 8e911fbed563482d64141bbc5712143ff9088458 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 3 May 2020 15:02:45 -0700 Subject: [PATCH] yoe.inc: Mask webkitgtk from oe-core We use meta-webkit which always have more update version Signed-off-by: Khem Raj --- conf/distro/yoe.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/yoe.inc b/conf/distro/yoe.inc index 0584715b9..af2890a94 100644 --- a/conf/distro/yoe.inc +++ b/conf/distro/yoe.inc @@ -170,3 +170,6 @@ PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so mu PNBLACKLIST[tearsofsteel-1080p] = "big and doesn't really need to be tested so much" RDEPENDS_packagegroup-meta-multimedia_remove_pn-packagegroup-meta-multimedia = "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p tearsofsteel-1080p" PNBLACKLIST[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/" + +# mask out the old webkitgtk recipes from OE-core +BBMASK .= "recipes-sato/webkit/webkitgtk"