From 06efa3bd85b85bc71e2296dd531b0b970fc8ac55 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 26 Aug 2010 05:42:43 +0200 Subject: [PATCH] Bumped the recipes --- recipes/pandora-system/pandora-libpnd.bb | 4 ++-- recipes/pandora-system/pandora-scripts.bb | 6 +++++- .../pandora-scripts/op_calibrate.pnd | Bin 10093 -> 10093 bytes .../pandora-scripts/op_cpuspeed.pnd | Bin 7516 -> 7516 bytes .../pandora-scripts/op_datetime.pnd | Bin 10673 -> 10673 bytes .../pandora-scripts/op_lcdsettings.pnd | Bin 12208 -> 12208 bytes .../pandora-scripts/op_nubmode.pnd | Bin 9602 -> 9602 bytes .../pandora-scripts/op_startupmanager.pnd | Bin 10217 -> 10217 bytes .../pandora-scripts/op_storage.pnd | Bin 8023 -> 8023 bytes .../pandora-scripts/op_switchgui.pnd | Bin 8784 -> 8784 bytes .../pandora-scripts/op_usermanager.pnd | Bin 11067 -> 11067 bytes .../pandora-scripts/op_wifi.pnd | Bin 12470 -> 12470 bytes recipes/pandora-system/pandora-sudoers.bb | 2 +- 13 files changed, 8 insertions(+), 4 deletions(-) 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 0a94e70d7f4bc2ad7f30d101e708b33c2972a351..b1f4be591b18a4aa5aa2303f2a00c6c647becb82 100644 GIT binary patch delta 20 bcmaFs_tuX)qqwk`nSp_!>tX3e?j&^pRkH_a delta 20 bcmaFs_tuX)qqwk`nSp^}xrxt4?j&^pQKJU1 diff --git a/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd index fa5128279a73dec60f39aaefa32c86c8ec4c3a7d..0a12324e1e743987318a8103fc16f1817a45d417 100644 GIT binary patch delta 20 bcmca(b;pW3qqwk`nSp_!>tX3e?m$@pP%#Gt delta 20 bcmca(b;pW3qqwk`nSp^}xrxt4?m$@pOd$qK diff --git a/recipes/pandora-system/pandora-scripts/op_datetime.pnd b/recipes/pandora-system/pandora-scripts/op_datetime.pnd index 7b16daa1bde4c8318ea8418b13ba8958a9251287..6a0a4e42313fd39d8207bab954754bb73b37ea1b 100644 GIT binary patch delta 20 bcmdlOyfK(Nqqwk`nSp_!>tX3e?q!+)P6-D= delta 20 bcmdlOyfK(Nqqwk`nSp^}xrxt4?q!+)N%;nd diff --git a/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd index 3ee3f76b561475dabcda24e8892976be1a9e0131..3b2772ef362b8fe7eeda82e623bdb4c69bc2f61e 100644 GIT binary patch delta 20 bcmdlGzagGGqqwk`nSp_!>tX3e?xp$wPnQQ= delta 20 bcmdlGzagGGqqwk`nSp^}xrxt4?xp$wONR!d diff --git a/recipes/pandora-system/pandora-scripts/op_nubmode.pnd b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd index 5dc230b11257f3cb5bf81010d1476ed0aed20d6a..9f5d7e64eb81a1e326ed951ac041a50b251c2434 100644 GIT binary patch delta 20 bcmZqjZt~{NC@w5!VPIhBdRV%VyId6jMVJPm delta 20 bcmZqjZt~{NC@w5!VPIfbZsN0%yId6jL5KzD diff --git a/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd index 852957b20d916d527c3bcc2ce4bf028ab23b9977..cde788e0534b1152e694c010195301b0a236ea53 100644 GIT binary patch delta 20 bcmaFq|I(j3qqwk`nSp_!>tX3e?tAJ0RyPOV delta 20 bcmaFq|I(j3qqwk`nSp^}xrxt4?tAJ0QYQx{ diff --git a/recipes/pandora-system/pandora-scripts/op_storage.pnd b/recipes/pandora-system/pandora-scripts/op_storage.pnd index 5e72ec7cd3984b017f4fe1218f6921ae731997f9..9f87b392b00d572b98f377209c19875de8e27029 100644 GIT binary patch delta 20 bcmca^cioOVqqwk`nSp_!>tX3eZXbC7Px}V{ delta 20 bcmca^cioOVqqwk`nSp^}xrxt4ZXbC7OX~(k diff --git a/recipes/pandora-system/pandora-scripts/op_switchgui.pnd b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd index 77865d12f1d737bc34c0daae6b995c7db6614322..a416469e5e31c490927e8966286857468fe41ff1 100644 GIT binary patch delta 20 bcmccMa>0c=qqwk`nSp_!>tX3eZdWA$Pre5E delta 20 bcmccMa>0c=qqwk`nSp^}xrxt4ZdWA$ORfe$ diff --git a/recipes/pandora-system/pandora-scripts/op_usermanager.pnd b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd index ab1a04d8ab9dc0239c1422f7af24f4b69911de8f..ef80820148b12a58a5f47a8022e10a5dfee004bd 100644 GIT binary patch delta 20 bcmdlTwmXbFqqwk`nSp_!>tX3eZUb!qPX`9) delta 20 bcmdlTwmXbFqqwk`nSp^}xrxt4ZUb!qO7{jX diff --git a/recipes/pandora-system/pandora-scripts/op_wifi.pnd b/recipes/pandora-system/pandora-scripts/op_wifi.pnd index b79db0ebdf0aa67fbb124a6e152791ce125cb22b..4630faca3a29492dfe5143540cdfb3abc385a814 100644 GIT binary patch delta 20 bcmdm%xGj-8qqwk`nSp_!>tX3e?$rhWP|yc+ delta 20 bcmdm%xGj-8qqwk`nSp^}xrxt4?$rhWOuz=Z 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 \ -- 2.39.2