[oe-commits] [meta-openembedded] 07/07: libforms: add x11 to required DISTRO_FEATURES because of libx11

git at git.openembedded.org git at git.openembedded.org
Fri Apr 12 19:39:57 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 43ca7ab8311c73d1b72d320197c07c11138df991
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Fri Apr 12 11:20:51 2019 +0000

    libforms: add x11 to required DISTRO_FEATURES because of libx11
    
    libx11 was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
    ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
    Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libforms', 'libx11']
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
index f86d7c1..5d33185 100644
--- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
+++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c
 
 inherit autotools distro_features_check
 
-REQUIRED_DISTRO_FEATURES = "opengl"
+REQUIRED_DISTRO_FEATURES = "opengl x11"
 
 S = "${WORKDIR}/xforms-${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list