From 05ce3eba10a1c45d3a0e4e17a97eacd6a394f4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 09:36:05 +0100 Subject: [PATCH] glfw: add features_check to inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this REQUIRED_DISTRO_FEATURES is a noop Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-core/glfw/glfw_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb index e3853a201c..da2bae37a5 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb @@ -8,7 +8,7 @@ LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=98d93d1ddc537f9b9ea6def64e046b5f" SECTION = "lib" -inherit pkgconfig cmake +inherit pkgconfig cmake features_check S = "${WORKDIR}/git" SRC_URI = "git://github.com/glfw/glfw.git"