diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-01 12:35:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 15:02:28 +0200 |
commit | 3b386cecc95d119729b2f24dc1a03506e480c617 (patch) | |
tree | e59e9386222e90d5b2a888a724cd911a6bec456d /meta-oe/recipes-benchmark | |
parent | f52c0d42f4b87cb3cf925bed09bf116c0e4fbaaf (diff) | |
download | meta-openembedded-3b386cecc95d119729b2f24dc1a03506e480c617.tar.gz |
glmark2: inherit distro_features_check
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb index 8e3dc8c57..708b6d2ea 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | |||
18 | SRC_URI[md5sum] = "739859cf57d4c8a23452c43e84f66e56" | 18 | SRC_URI[md5sum] = "739859cf57d4c8a23452c43e84f66e56" |
19 | SRC_URI[sha256sum] = "bded41aaf918ce062d9b81e42cc5be943e6a80bc4ff9d046983b96102c3df6b5" | 19 | SRC_URI[sha256sum] = "bded41aaf918ce062d9b81e42cc5be943e6a80bc4ff9d046983b96102c3df6b5" |
20 | 20 | ||
21 | inherit waf pkgconfig | 21 | inherit waf pkgconfig distro_features_check |
22 | 22 | ||
23 | PACKAGECONFIG ?= "gl gles2" | 23 | PACKAGECONFIG ?= "gl gles2" |
24 | 24 | ||