diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 11:55:38 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-12 15:45:28 +0100 |
commit | e2e1864dcaf0cb50a5757fc9033844cdc59adce9 (patch) | |
tree | c8081d33c07f9acfbd274e1cd6c3c47ee78e26e6 | |
parent | e2f5adc92c0f6223eb557c5dcbfe2eb9830deb73 (diff) | |
download | meta-qt5-e2e1864dcaf0cb50a5757fc9033844cdc59adce9.tar.gz |
qt5-opengles2-test: exclude from world because of gles2 dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/examples/qt5-opengles2-test_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb index 0b201d27..0756e622 100644 --- a/recipes-qt/examples/qt5-opengles2-test_git.bb +++ b/recipes-qt/examples/qt5-opengles2-test_git.bb | |||
@@ -9,6 +9,9 @@ PV = "1.0.2+gitr${SRCPV}" | |||
9 | 9 | ||
10 | DEPENDS = "qtbase" | 10 | DEPENDS = "qtbase" |
11 | 11 | ||
12 | # Depends on gles2 enabled and that's not default configuration | ||
13 | EXCLUDE_FROM_WORLD = "1" | ||
14 | |||
12 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" | 15 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" |
13 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" | 16 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" |
14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |