[oe-commits] Otavio Salvador : glmark2: Convert recipe to fetch from Git

git at git.openembedded.org git at git.openembedded.org
Mon Jul 27 16:44:27 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 1c212730956458f2154d3fb1e9fe37bcb60ec67d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1c212730956458f2154d3fb1e9fe37bcb60ec67d

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Jul 22 16:47:08 2015 -0300

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../glmark2/{glmark2_2014.03.bb => glmark2_git.bb}                | 8 +++++---
 1 file 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
similarity index 83%
rename from meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
rename to meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 708b6d2..57acad5 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"
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
+PV = "2014.03+${SRCPV}"
 
-SRC_URI[md5sum] = "739859cf57d4c8a23452c43e84f66e56"
-SRC_URI[sha256sum] = "bded41aaf918ce062d9b81e42cc5be943e6a80bc4ff9d046983b96102c3df6b5"
+SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
+SRCREV = "fa71af2dfab711fac87b9504b6fc9862f44bf72a"
+
+S = "${WORKDIR}/git"
 
 inherit waf pkgconfig distro_features_check
 



More information about the Openembedded-commits mailing list