[oe-commits] Martin Jansa : piglit: add x11 to required DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:18 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: bc4d051c2fa56acb0479330b4342a39396de30d4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bc4d051c2fa56acb0479330b4342a39396de30d4

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Jan 28 15:52:11 2015 +0100

piglit: add x11 to required DISTRO_FEATURES

* there is some pending work to resolve this unnecessary x11
  dependency, this can be reverted together with x11 dependency
  removal

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/piglit/piglit_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index f468120..68ac7e7 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -13,7 +13,9 @@ S = "${WORKDIR}/git"
 
 DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native"
 
-inherit cmake pythonnative
+inherit cmake pythonnative distro_features_check
+# depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
 
 # As piglit doesn't install, enforce in-tree builds so that we can easily copy
 # contents out of $S and $B.



More information about the Openembedded-commits mailing list