From: David-John Willis Date: Wed, 11 Nov 2009 14:52:29 +0000 (+0000) Subject: pandora-scripts: update script names so they do not sound like part of libPND. X-Git-Tag: Release-2010-05/1~174 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=3615c21e20b2775c5c4d4754509e9c5cb431a436 pandora-scripts: update script names so they do not sound like part of libPND. --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 9522afb..9d5d659 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -1,21 +1,20 @@ DESCRIPTION = "Scripts to support system options on the OpenPandora." LICENSE = "GPLV2" -RDEPENDS = "zenity dbus" COMPATIBLE_MACHINE = "omap3-pandora" PR = "r0" SRC_URI = " \ - file://pnd_bright.sh \ - file://pnd_bright.desktop \ + file://op_bright.sh \ + file://op_bright.desktop \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ - install -m 0755 ${S}/pnd_bright.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${S}/op_bright.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${datadir}/applications/ - install -m 0644 ${S}/pnd_bright.desktop ${D}${datadir}/applications/ + install -m 0644 ${S}/op_bright.desktop ${D}${datadir}/applications/ } PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/pandora-system/pandora-scripts/pnd_bright.desktop b/recipes/pandora-system/pandora-scripts/op_bright.desktop similarity index 81% rename from recipes/pandora-system/pandora-scripts/pnd_bright.desktop rename to recipes/pandora-system/pandora-scripts/op_bright.desktop index 0b03d4b..5fe3a91 100644 --- a/recipes/pandora-system/pandora-scripts/pnd_bright.desktop +++ b/recipes/pandora-system/pandora-scripts/op_bright.desktop @@ -2,7 +2,7 @@ Name=Set Backlight Brightness Comment=Set the brightness of the backlight. StartupNotify=false -Exec=/usr/pandora/scripts/pnd_bright.sh +Exec=/usr/pandora/scripts/op_bright.sh Icon=Terminal Terminal=false Type=Application diff --git a/recipes/pandora-system/pandora-scripts/pnd_bright.sh b/recipes/pandora-system/pandora-scripts/op_bright.sh similarity index 100% rename from recipes/pandora-system/pandora-scripts/pnd_bright.sh rename to recipes/pandora-system/pandora-scripts/op_bright.sh