summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-12-10 13:18:38 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-09 23:36:20 -0800
commitc528790b60867b4eef98114706a474534d881aa1 (patch)
tree1a0fc18e3899cb699844a7fa077cf377976239ad
parent34226ac6329450013b3d13f756148d86bf6e8453 (diff)
downloadmeta-openembedded-c528790b60867b4eef98114706a474534d881aa1.tar.gz
frame: add opengl to REQUIRED_DISTRO_FEATURES
Fixes: ERROR: Nothing PROVIDES 'virtual/xserver' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb DEPENDS on or otherwise requires it) xserver-xorg PROVIDES virtual/xserver but was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geis', 'frame', 'virtual/xserver'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
index 3ccd9a1371..bf62e8416e 100644
--- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = " \
8 file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ 8 file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
9" 9"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig features_check
12
13REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
12 14
13SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \ 15SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \
14 file://pessimizing-move.patch" 16 file://pessimizing-move.patch"