diff options
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb | 14 |
1 files changed, 1 insertions, 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 9edee149f5..031e3b3d4d 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" | |||
| 15 | SRC_URI[md5sum] = "4f306664aa3886fa0cf93853603603f8" | 15 | SRC_URI[md5sum] = "4f306664aa3886fa0cf93853603603f8" |
| 16 | SRC_URI[sha256sum] = "bea6f9de2cdce376195bd91e4a2fdfdf80bf3e480abff8e05b90a6458c1deb47" | 16 | SRC_URI[sha256sum] = "bea6f9de2cdce376195bd91e4a2fdfdf80bf3e480abff8e05b90a6458c1deb47" |
| 17 | 17 | ||
| 18 | inherit pkgconfig | 18 | inherit waf pkgconfig |
| 19 | 19 | ||
| 20 | PACKAGECONFIG ?= "gl gles2" | 20 | PACKAGECONFIG ?= "gl gles2" |
| 21 | 21 | ||
| 22 | PACKAGECONFIG[gl] = "--enable-gl,,virtual/libgl" | 22 | PACKAGECONFIG[gl] = "--enable-gl,,virtual/libgl" |
| 23 | PACKAGECONFIG[gles2] = "--enable-glesv2,,virtual/libgles2" | 23 | PACKAGECONFIG[gles2] = "--enable-glesv2,,virtual/libgles2" |
| 24 | |||
| 25 | do_configure() { | ||
| 26 | ./waf configure --prefix=${prefix} ${EXTRA_OECONF} | ||
| 27 | } | ||
| 28 | |||
| 29 | do_compile() { | ||
| 30 | ./waf build ${PARALLEL_MAKE} | ||
| 31 | } | ||
| 32 | |||
| 33 | do_install() { | ||
| 34 | ./waf install --destdir=${D} | ||
| 35 | } | ||
