From 345cb630cd34a13dfa67b60c82323c0a59e27458 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Wed, 30 Dec 2009 12:03:05 +0000 Subject: [PATCH] pandora-pmenu/libgles2d: Update SRCREV. --- recipes/libgles2d/libgles2d_git.bb | 4 ++-- recipes/pandora-system/pandora-pmenu.bb | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/recipes/libgles2d/libgles2d_git.bb b/recipes/libgles2d/libgles2d_git.bb index a18ea19..8036a3f 100644 --- a/recipes/libgles2d/libgles2d_git.bb +++ b/recipes/libgles2d/libgles2d_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libsdl libgles-omap3" -PR = "r4" +PR = "r5" PARALLEL_MAKE = "" @@ -11,7 +11,7 @@ SRC_URI = " \ git://github.com/Cpasjuste/GLES2D.git;protocol=git;branch=master \ " -SRCREV = "0abc732054cbe3cc3da38a6a7503d9d37b02d164" +SRCREV = "6a53330c8826c8aca2acd3f578468f30e61c1ddb" S = "${WORKDIR}/git/src" diff --git a/recipes/pandora-system/pandora-pmenu.bb b/recipes/pandora-system/pandora-pmenu.bb index ba8ebe4..3737d91 100644 --- a/recipes/pandora-system/pandora-pmenu.bb +++ b/recipes/pandora-system/pandora-pmenu.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libsdl libgles-omap3 libgles2d pandora-libpnd libconfig" -PR = "r3" +PR = "r6" PARALLEL_MAKE = "" @@ -12,7 +12,7 @@ SRC_URI = " \ file://remove-libconfig-from-makefile.patch;patch=1 \ " -SRCREV = "19e7c3c39e33d30f42f26858028389f9159f69e2" +SRCREV = "c1dc3a4e893dd0a11d2ad9795436c1051316ce19" S = "${WORKDIR}/git" @@ -34,9 +34,24 @@ do_install() { install -d ${D}${sysconfdir}/pandora/pmenu/ install -m 0644 ${S}/deployment/etc/pandora/pmenu/pmenu.cfg ${D}${sysconfdir}/pandora/pmenu/pmenu.cfg +## for i in $(ls -d ${S}/deployment/etc/pandora/pmenu/skins/*/); +# do install -d ${D}${sysconfdir}/pandora/pmenu/skins/${i%%/};install -m 0644 ${S}/deployment/etc/pandora/pmenu/skins/${i%%/}/* ${D}${sysconfdir}/pandora/pmenu/skins/${i%%/} +# done + + + # for i in `ls ${S}/deployment/etc/pandora/pmenu/skins/` + # do + # if [ -d ${S}/deployment/etc/pandora/pmenu/skins/$i ] + # then + # echo $i + # fi + install -d ${D}${sysconfdir}/pandora/pmenu/skins/NewSkin install -m 0644 ${S}/deployment/etc/pandora/pmenu/skins/NewSkin/* ${D}${sysconfdir}/pandora/pmenu/skins/NewSkin + install -d ${D}${sysconfdir}/pandora/pmenu/skins/Platinum + install -m 0644 ${S}/deployment/etc/pandora/pmenu/skins/Platinum/* ${D}${sysconfdir}/pandora/pmenu/skins/Platinum + install -d ${D}${bindir}/ install -m 0755 ${S}/deployment/etc/pandora/pmenu/pmenu ${D}${bindir}/pmenu } -- 2.39.5