From 1894649dec4e0d8683f5e42cc75ad91ac48b4db4 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 9 Feb 2011 02:05:13 +0100 Subject: [PATCH] Bumped recipes --- recipes/pandora-system/pandora-libpnd.bb | 4 ++-- recipes/pandora-system/pandora-scripts.bb | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 0bb7850..cac6cf7 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r40" +PR = "r41" PARALLEL_MAKE = "" @@ -14,7 +14,7 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "1829ef33b321c4666289dd0401864b01def9b024" +SRCREV = "558f910df59d2f912cf17f89d261e934f4b71095" S = "${WORKDIR}/git" diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index a389d23..8fb09dc 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r55" +PR = "r56" SRC_URI = " \ file://op_bright.sh \ @@ -43,6 +43,7 @@ SRC_URI = " \ file://op_nubmode.pnd \ file://op_tvout.sh \ file://op_tvout.pnd \ + file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ file://gamma.conf \ @@ -94,6 +95,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_usermanager.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_tvout.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_opinputtest.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/arora.pnd ${D}${prefix}/pandora/mmenu/ -- 2.39.2