From: Grazvydas Ignotas Date: Sun, 12 Oct 2014 15:28:35 +0000 (+0300) Subject: recipes: replace libgles-omap3 to libgles-omap3-es23 X-Git-Tag: sz_172rc~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=66c6118a5fc56cd4141919b769edee4274dee76e recipes: replace libgles-omap3 to libgles-omap3-es23 --- diff --git a/recipes/libgles2d/libgles2d_git.bb b/recipes/libgles2d/libgles2d_git.bb index 395b9e5..9094bed 100644 --- a/recipes/libgles2d/libgles2d_git.bb +++ b/recipes/libgles2d/libgles2d_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "An openGL-ES 2D library for OMAP3 SGX based systems" LICENSE = "GPL" -DEPENDS = "virtual/libsdl libsdl-ttf libsdl-image libgles-omap3" +DEPENDS = "virtual/libsdl libsdl-ttf libsdl-image virtual/egl" PR = "r7" diff --git a/recipes/pandora-system/pandora-pmenu.bb b/recipes/pandora-system/pandora-pmenu.bb index 5375446..43f48dc 100644 --- a/recipes/pandora-system/pandora-pmenu.bb +++ b/recipes/pandora-system/pandora-pmenu.bb @@ -1,7 +1,7 @@ DESCRIPTION = "OpenPandora PMenu launcher" LICENSE = "GPL" -DEPENDS = "virtual/libsdl libgles-omap3 libgles2d pandora-libpnd libconfig" +DEPENDS = "virtual/libsdl virtual/egl libgles2d pandora-libpnd libconfig" PR = "r11" diff --git a/recipes/tasks/task-pandora-sdk-full.bb b/recipes/tasks/task-pandora-sdk-full.bb index f4de972..2f24412 100644 --- a/recipes/tasks/task-pandora-sdk-full.bb +++ b/recipes/tasks/task-pandora-sdk-full.bb @@ -34,8 +34,8 @@ RDEPENDS += "\ RDEPENDS += "\ pandora-libpnd-dev \ pandora-libpnd-doc \ - libgles2d \ - libgles2d-dev \ +# libgles2d \ +# libgles2d-dev \ " # Boost Development libs. @@ -45,8 +45,8 @@ RDEPENDS += "\ # OMAP3/SGX libs. RDEPENDS += "\ - libgles-omap3 \ - libgles-omap3-dev \ + libgles-omap3-es23 \ + libgles-omap3-es23-dev \ " # QT4 libs. diff --git a/recipes/tasks/task-pandora-xfce.inc b/recipes/tasks/task-pandora-xfce.inc index d6c4b62..645c0c8 100755 --- a/recipes/tasks/task-pandora-xfce.inc +++ b/recipes/tasks/task-pandora-xfce.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the XFCE Pandora image" # Don't forget to bump the PR if you change it. -PR = "r83" +PR = "r84" inherit task @@ -108,7 +108,7 @@ PANDORA = " \ pandora-wallpaper-official \ pandora-xfce-defaults \ # pandora-midori-defaults midori \ - libgles2d \ +# libgles2d \ pandora-misc \ # pandora-pndstore \ pandora-configtray \