Skip to content

Commit

Permalink
tasks: new libgles is split into multiple packages, use the ES2 versi…
Browse files Browse the repository at this point in the history
…on for pandora
  • Loading branch information
aTc committed Apr 1, 2012
1 parent e0609b9 commit 6a56163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes-core/tasks/task-core-openpandora.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

# Don't forget to bump the PR if you change it.
PR = "r4"
PR = "r5"

inherit task

Expand Down Expand Up @@ -58,7 +58,7 @@ MEDIA_LIBS = " \

OPENGLES = " \
omap3-sgx-modules devmem2 \
libgles-omap3 \
libgles-omap3-es2 \
"

PAM = " \
Expand Down
4 changes: 2 additions & 2 deletions recipes-core/tasks/task-pandora-base.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DESCRIPTION = "Task file for base OpenPandora specific bits like libPND and firm

# Don't forget to bump the PR if you change it.

PR = "r2"
PR = "r3"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit task
Expand All @@ -29,7 +29,7 @@ WIRELESS = " \

OPENGLES = " \
omap3-sgx-modules devmem2 \
libgles-omap3 \
libgles-omap3-es2 \
"

PANDORA = " \
Expand Down

0 comments on commit 6a56163

Please sign in to comment.