Bumped the recipes
authorMichael Mrozek <EvilDragon@openpandora.de>
Thu, 26 Aug 2010 03:42:43 +0000 (05:42 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Thu, 26 Aug 2010 03:42:43 +0000 (05:42 +0200)
13 files changed:
recipes/pandora-system/pandora-libpnd.bb
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_calibrate.pnd
recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd
recipes/pandora-system/pandora-scripts/op_datetime.pnd
recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd
recipes/pandora-system/pandora-scripts/op_nubmode.pnd
recipes/pandora-system/pandora-scripts/op_startupmanager.pnd
recipes/pandora-system/pandora-scripts/op_storage.pnd
recipes/pandora-system/pandora-scripts/op_switchgui.pnd
recipes/pandora-system/pandora-scripts/op_usermanager.pnd
recipes/pandora-system/pandora-scripts/op_wifi.pnd
recipes/pandora-system/pandora-sudoers.bb

index 9afee3c..7edc82e 100755 (executable)
@@ -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"
 
index 38eb779..ffaa3ab 100644 (file)
@@ -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/
index 0a94e70..b1f4be5 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_calibrate.pnd and b/recipes/pandora-system/pandora-scripts/op_calibrate.pnd differ
index fa51282..0a12324 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd and b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd differ
index 7b16daa..6a0a4e4 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_datetime.pnd and b/recipes/pandora-system/pandora-scripts/op_datetime.pnd differ
index 3ee3f76..3b2772e 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd and b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd differ
index 5dc230b..9f5d7e6 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_nubmode.pnd and b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd differ
index 852957b..cde788e 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd and b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd differ
index 5e72ec7..9f87b39 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_storage.pnd and b/recipes/pandora-system/pandora-scripts/op_storage.pnd differ
index 77865d1..a416469 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_switchgui.pnd and b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd differ
index ab1a04d..ef80820 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_usermanager.pnd and b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd differ
index b79db0e..4630fac 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/op_wifi.pnd and b/recipes/pandora-system/pandora-scripts/op_wifi.pnd differ
index b007352..a39a436 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 
 RDEPENDS = "sudo"
 
-PR = "r8"
+PR = "r9"
 
 SRC_URI = " \
           file://50_openpandora \