From badd37fb5e0a921351eb2021f42a79dcceac83a3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 17 Oct 2014 14:34:36 +0200 Subject: glmark2: limit bbappend to tegras only While at it it replace version with % wildcard --- recipes-benchmark/glmark2/glmark2_%.bbappend | 2 ++ recipes-benchmark/glmark2/glmark2_2012.12.bbappend | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 recipes-benchmark/glmark2/glmark2_%.bbappend delete mode 100644 recipes-benchmark/glmark2/glmark2_2012.12.bbappend (limited to 'recipes-benchmark') diff --git a/recipes-benchmark/glmark2/glmark2_%.bbappend b/recipes-benchmark/glmark2/glmark2_%.bbappend new file mode 100644 index 0000000..f0aa2fb --- /dev/null +++ b/recipes-benchmark/glmark2/glmark2_%.bbappend @@ -0,0 +1,2 @@ +#build it only for OpenGL ES +PACKAGECONFIG_tegra = "gles2" \ No newline at end of file diff --git a/recipes-benchmark/glmark2/glmark2_2012.12.bbappend b/recipes-benchmark/glmark2/glmark2_2012.12.bbappend deleted file mode 100644 index d14a24b..0000000 --- a/recipes-benchmark/glmark2/glmark2_2012.12.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -#build it only for OpenGL ES -PACKAGECONFIG = "gles2" \ No newline at end of file -- cgit v1.2.3