From: Grazvydas Ignotas Date: Tue, 3 Apr 2012 23:59:27 +0000 (+0300) Subject: pandora-sudoers: add new bt worker script X-Git-Tag: sz_beta3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f16096e965adda0077d1b4319967eb585d90d3;p=openpandora.oe.git pandora-sudoers: add new bt worker script --- diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index 304c328..4a0d129 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 = "r14" +PR = "r15" SRC_URI = " \ file://50_openpandora \ diff --git a/recipes/pandora-system/pandora-sudoers/50_openpandora b/recipes/pandora-system/pandora-sudoers/50_openpandora index d7b5698..5e8355e 100755 --- a/recipes/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes/pandora-system/pandora-sudoers/50_openpandora @@ -26,4 +26,5 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/reset_nubs.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_storage.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_tvout.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bluetooth_work.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/pnd_run.sh