From 503e8e0f70c01f75f90eaeb47686b437b094076e Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Mon, 26 Apr 2010 03:53:54 +0200 Subject: [PATCH] BUMP: Updated the recipes to include changed scripts --- recipes/pandora-system/pandora-lcd-state.bb | 2 +- recipes/pandora-system/pandora-scripts.bb | 10 +++++----- recipes/pandora-system/pandora-sudoers.bb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/pandora-system/pandora-lcd-state.bb b/recipes/pandora-system/pandora-lcd-state.bb index 5b83726..df522e3 100755 --- a/recipes/pandora-system/pandora-lcd-state.bb +++ b/recipes/pandora-system/pandora-lcd-state.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r2" +PR = "r3" inherit update-rc.d INITSCRIPT_NAME = "pandora-lcd-state" diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index bc85ee4..5513be2 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 = "r20" +PR = "r21" SRC_URI = " \ file://op_bright.sh \ @@ -31,8 +31,8 @@ SRC_URI = " \ # file://op_datetime.desktop \ file://op_usermanager.sh \ # file://op_usermanager.desktop \ - file://op_gammamanager.sh \ -# file://op_gammamanager.desktop \ + file://op_lcdsettings.sh \ +# file://op_lcdsettings.desktop \ file://op_nubmode.sh \ # file://op_nubmode.desktop \ file://gui.conf \ @@ -52,7 +52,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_calibrate.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_datetime.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_usermanager.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_gammamanager.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_lcdsettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ @@ -68,7 +68,7 @@ do_install() { # install -m 0644 ${WORKDIR}/op_calibrate.desktop ${D}${datadir}/applications/ # install -m 0644 ${WORKDIR}/op_datetime.desktop ${D}${datadir}/applications/ # install -m 0644 ${WORKDIR}/op_usermanager.desktop ${D}${datadir}/applications/ -# install -m 0644 ${WORKDIR}/op_gammamanager.desktop ${D}${datadir}/applications/ +# install -m 0644 ${WORKDIR}/op_lcdsettings.desktop ${D}${datadir}/applications/ # install -m 0644 ${WORKDIR}/op_nubmode.desktop ${D}${datadir}/applications/ install -d ${D}${sysconfdir}/xdg/autostart/ diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index 0f5ac3a..e2e48ff 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 = "r2" +PR = "r3" SRC_URI = " \ file://50_openpandora \ -- 2.39.5