aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-22 16:16:01 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2019-11-27 10:45:51 +0100
commitb7f4bd209c03c4f765cec84f4aa247819a6bb2f3 (patch)
treef08a4fdca14b791f0d63ff6cc601c87dc3476f97
parent1a4ee018f42cd98baa97acb918065490ccbd6209 (diff)
recipes: Use features_check instead of distro_features_check
distro_features_check is now deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index eab8225e..00106a73 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -81,7 +81,7 @@ inherit qmake5
inherit gettext
inherit pythonnative
inherit perlnative
-inherit distro_features_check
+inherit features_check
# Static builds of QtWebEngine aren't supported.
CONFLICT_DISTRO_FEATURES = "qt5-static"