From: Michael Mrozek Date: Thu, 26 Aug 2010 03:42:43 +0000 (+0200) Subject: Bumped the recipes X-Git-Tag: sz_beta3~235^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06efa3bd85b85bc71e2296dd531b0b970fc8ac55;p=openpandora.oe.git Bumped the recipes --- diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 9afee3c..7edc82e 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 = "r29" +PR = "r30" PARALLEL_MAKE = "" @@ -14,7 +14,7 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "21b20e83b8be60bcd867abe40f00744c72d77aa9" +SRCREV = "68416efb0bef15ed7510cac1d628bb8a9cc39213" S = "${WORKDIR}/git" diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 38eb779..ffaa3ab 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 = "r41" +PR = "r42" SRC_URI = " \ file://op_bright.sh \ @@ -41,6 +41,8 @@ SRC_URI = " \ file://op_storage.pnd \ file://op_nubmode.sh \ file://op_nubmode.pnd \ + file://op_tvout.sh \ + file://op_tvout.pnd \ file://gui.conf \ file://gamma.conf \ file://service.conf \ @@ -83,6 +85,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_videofir.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/ @@ -95,6 +98,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_switchgui.pnd ${D}${prefix}/pandora/apps/ 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 -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/abiword.pnd ${D}${prefix}/pandora/mmenu/ diff --git a/recipes/pandora-system/pandora-scripts/op_calibrate.pnd b/recipes/pandora-system/pandora-scripts/op_calibrate.pnd index 0a94e70..b1f4be5 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_calibrate.pnd and b/recipes/pandora-system/pandora-scripts/op_calibrate.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd index fa51282..0a12324 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd and b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_datetime.pnd b/recipes/pandora-system/pandora-scripts/op_datetime.pnd index 7b16daa..6a0a4e4 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_datetime.pnd and b/recipes/pandora-system/pandora-scripts/op_datetime.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd index 3ee3f76..3b2772e 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd and b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_nubmode.pnd b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd index 5dc230b..9f5d7e6 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_nubmode.pnd and b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd index 852957b..cde788e 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd and b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_storage.pnd b/recipes/pandora-system/pandora-scripts/op_storage.pnd index 5e72ec7..9f87b39 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_storage.pnd and b/recipes/pandora-system/pandora-scripts/op_storage.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_switchgui.pnd b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd index 77865d1..a416469 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_switchgui.pnd and b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_usermanager.pnd b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd index ab1a04d..ef80820 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_usermanager.pnd and b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_wifi.pnd b/recipes/pandora-system/pandora-scripts/op_wifi.pnd index b79db0e..4630fac 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_wifi.pnd and b/recipes/pandora-system/pandora-scripts/op_wifi.pnd differ diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index b007352..a39a436 100644 --- a/recipes/pandora-system/pandora-sudoers.bb +++ b/recipes/pandora-system/pandora-sudoers.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r8" +PR = "r9" SRC_URI = " \ file://50_openpandora \