diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-19 20:11:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:27 +0200 |
commit | 91f4c88f233c26f434d182e0c00c22709a8496fb (patch) | |
tree | 3472dce07294f37dbee4c45faeeeec99bdb9360b /recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb | |
parent | c3c7c8eac979e1c5a4369d30bf7f2ca1814772c1 (diff) |
libgles-omap3: fix ES5.x binaries, fix initscript
Diffstat (limited to 'recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb')
-rw-r--r-- | recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb index 4d98186e2e..daac041c75 100644 --- a/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb @@ -1,5 +1,7 @@ DEFAULT_PREFERENCE = "-1" +PR = "r1" + BINLOCATION = "${S}/gfx_rel_es3.x" ES2LOCATION = "${S}/gfx_rel_es2.x" |