aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-09 09:36:05 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:07 -0800
commit05ce3eba10a1c45d3a0e4e17a97eacd6a394f4a2 (patch)
tree369e7c290dd665fd869e94da76751e9b6e642ba5 /meta-oe/recipes-core
parent4b7c1340eec15315612b638683be4a568990e009 (diff)
downloadmeta-openembedded-05ce3eba10a1c45d3a0e4e17a97eacd6a394f4a2.tar.gz
glfw: add features_check to inherit
Without this REQUIRED_DISTRO_FEATURES is a noop Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/glfw/glfw_3.3.bb2
1 files changed, 1 insertions, 1 deletions
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"