summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-22 16:47:08 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-30 20:20:42 +0200
commitb0c486f9b7bde0d9b866a89c4c9d55e1cc6aba0c (patch)
tree6104113a8fbdc4571c799d26b45820bdb45d5516 /meta-oe/recipes-benchmark
parentebd62b9ed9ff5d8ee927764c42e24425e8f7a80e (diff)
downloadmeta-openembedded-b0c486f9b7bde0d9b866a89c4c9d55e1cc6aba0c.tar.gz
glmark2: Convert recipe to fetch from Git
The development has been moved for github thus it makes sense to use this, instead of the tarball. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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_git.bb (renamed from meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 708b6d2ea..57acad575 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -13,10 +13,12 @@ DEPENDS = "libpng12 jpeg virtual/libx11"
13# depends on virtual/libx11 13# depends on virtual/libx11
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15
16SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" 16PV = "2014.03+${SRCPV}"
17 17
18SRC_URI[md5sum] = "739859cf57d4c8a23452c43e84f66e56" 18SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
19SRC_URI[sha256sum] = "bded41aaf918ce062d9b81e42cc5be943e6a80bc4ff9d046983b96102c3df6b5" 19SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a"
20
21S = "${WORKDIR}/git"
20 22
21inherit waf pkgconfig distro_features_check 23inherit waf pkgconfig distro_features_check
22 24