[oe-commits] Otavio Salvador : glmark2: Rework recipe to use the 'waf' class

git at git.openembedded.org git at git.openembedded.org
Sun Mar 23 20:48:07 UTC 2014


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Mar 18 13:28:22 2014 -0300

glmark2: Rework recipe to use the 'waf' class

This removes the duplicated code and uses the OE-Core waf class.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
index 9edee14..031e3b3 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
@@ -15,21 +15,9 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
 SRC_URI[md5sum] = "4f306664aa3886fa0cf93853603603f8"
 SRC_URI[sha256sum] = "bea6f9de2cdce376195bd91e4a2fdfdf80bf3e480abff8e05b90a6458c1deb47"
 
-inherit pkgconfig
+inherit waf pkgconfig
 
 PACKAGECONFIG ?= "gl gles2"
 
 PACKAGECONFIG[gl] = "--enable-gl,,virtual/libgl"
 PACKAGECONFIG[gles2] = "--enable-glesv2,,virtual/libgles2"
-
-do_configure() {
-	./waf configure --prefix=${prefix} ${EXTRA_OECONF}
-}
-
-do_compile() {
-	./waf build ${PARALLEL_MAKE}
-}
-
-do_install() {
-	./waf install --destdir=${D}
-}



More information about the Openembedded-commits mailing list